discourse/plugins/chat/config
Joffrey JAFFEUX 5fec841c19
FIX: ensures users can open channel invites (#24067)
We were incorrectly generating URLs with message id even when it was not provided, resulting in a route ending with "undefined", which was causing an error.

This commit also uses this opportunity to:
- move `invite_users` into a proper controller inside the API namespace
- refactors the code into a service: `Chat::InviteUsersToChannel`
2023-10-24 18:51:33 +02:00
..
locales Update translations (#24078) 2023-10-24 15:53:34 +02:00
routes.rb FIX: ensures users can open channel invites (#24067) 2023-10-24 18:51:33 +02:00
settings.yml FEATURE: add grace period for chat edits (#23800) 2023-10-23 16:40:30 +08:00