- Add sender_type field to TypingEvent (user/ai) - Change Redis TTL from 10s to 60s for AI typing persistence - Broadcast typing.start/stop with sender_type=ai when AI stream starts/ends - Replay active AI typing events from Redis on new WS subscribe - Fix ai.stream_chunk WS payload missing display_name and chunk_type - Add initial thinking chunk on AI stream start for immediate indicator |
||
|---|---|---|
| .. | ||
| ai.rs | ||
| category.rs | ||
| connection.rs | ||
| draft_and_history.rs | ||
| error.rs | ||
| helpers.rs | ||
| lib.rs | ||
| member.rs | ||
| message.rs | ||
| metrics.rs | ||
| notification.rs | ||
| pin.rs | ||
| reaction.rs | ||
| room_ai_queue.rs | ||
| room.rs | ||
| search.rs | ||
| service.rs | ||
| thread.rs | ||
| types.rs | ||
| ws_context.rs | ||