gitdataai/libs/api/room
ZhenYi c850adb4eb refactor(api,agent): migrate libs/api room ws and libs/agent client to tracing
- api/room/ws.rs, ws_universal.rs: replace slog macros with tracing
- agent/client.rs: replace slog macros with tracing for AI retry logs
2026-04-21 22:31:13 +08:00
..
ai.rs init 2026-04-15 09:08:09 +08:00
category.rs init 2026-04-15 09:08:09 +08:00
draft_and_history.rs init 2026-04-15 09:08:09 +08:00
member.rs init 2026-04-15 09:08:09 +08:00
message.rs init 2026-04-15 09:08:09 +08:00
mod.rs feat(room): add attachment upload/download API and attach files to messages 2026-04-20 19:32:11 +08:00
notification.rs init 2026-04-15 09:08:09 +08:00
pin.rs init 2026-04-15 09:08:09 +08:00
reaction.rs feat(room): add attachment upload/download API and attach files to messages 2026-04-20 19:32:11 +08:00
room.rs init 2026-04-15 09:08:09 +08:00
thread.rs init 2026-04-15 09:08:09 +08:00
upload.rs fix: room attachment upload (Set Uuid::nil, NotFound with msg, Ok wrapper) and silence dead_code warnings 2026-04-20 19:48:05 +08:00
ws_handler.rs feat(room): add attachment upload/download API and attach files to messages 2026-04-20 19:32:11 +08:00
ws_types.rs feat(room): add attachment upload/download API and attach files to messages 2026-04-20 19:32:11 +08:00
ws_universal.rs refactor(api,agent): migrate libs/api room ws and libs/agent client to tracing 2026-04-21 22:31:13 +08:00
ws.rs refactor(api,agent): migrate libs/api room ws and libs/agent client to tracing 2026-04-21 22:31:13 +08:00