discourse/plugins/chat/app/controllers/chat
Joffrey JAFFEUX 09277bc543
FEATURE: my threads page (#24771)
This commit adds a new "My threads" link in sidebar and drawer. This link will open the "/chat/threads" page which contains all threads where the current user is a member. It's ordered by activity (unread and then last message created).

Moreover, the threads list of a channel page is now showing every threads of a channel, and not just the ones where you are a member.
2023-12-11 07:38:07 +01:00
..
admin FEATURE: Export chat messages to CSV file (#22113) 2023-06-21 16:13:36 +04:00
api FEATURE: my threads page (#24771) 2023-12-11 07:38:07 +01:00
api_controller.rb DEV: Add policy objects to services 2023-05-25 12:34:00 +02:00
base_controller.rb
chat_controller.rb DEV: removes dead code (message_link) (#24648) 2023-11-30 11:13:37 +01:00
direct_messages_controller.rb DEV: Refactor DM channel creation into new service pattern (#22144) 2023-07-03 10:18:37 +10:00
emojis_controller.rb FEATURE: Add an emoji deny list site setting (#20929) 2023-04-13 15:38:54 +08:00
incoming_webhooks_controller.rb PERF: cook message in background (#24227) 2023-11-06 15:45:30 +01:00