discourse/plugins/chat/app
Martin Brennan 766bcbc684
FIX: Add editing user ids to ChatMessage and ChatMessageRevision (#18877)
This commit adds last_editor_id to ChatMessage for parity with Post in
core, as well as adding user_id to the ChatMessageRevision record since
we need to know who is making edits and revisions to messages, in case
in future we want to allow more than just the current user to edit chat
messages. The backfill for data here simply uses the record's creating
user ID, but in future if we allow other people to edit the messages it
will use their ID.
2022-11-07 09:04:47 +10:00
..
controllers FIX: Add editing user ids to ChatMessage and ChatMessageRevision (#18877) 2022-11-07 09:04:47 +10:00
core_ext DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
jobs FIX: the notification data on the client expects an identifier (#18850) 2022-11-03 09:06:05 +01:00
models FIX: Add editing user ids to ChatMessage and ChatMessageRevision (#18877) 2022-11-07 09:04:47 +10:00
queries DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
serializers DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
services DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
views DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00