discourse/plugins/chat/app/models
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
..
concerns DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
category_channel.rb DEV: initial system tests for chat and plugins (#18881) 2022-11-04 15:06:24 +01:00
chat_channel.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
chat_channel_archive.rb
chat_draft.rb
chat_mention.rb
chat_message.rb FIX: Add editing user ids to ChatMessage and ChatMessageRevision (#18877) 2022-11-07 09:04:47 +10:00
chat_message_reaction.rb
chat_message_revision.rb FIX: Add editing user ids to ChatMessage and ChatMessageRevision (#18877) 2022-11-07 09:04:47 +10:00
chat_upload.rb
chat_view.rb
chat_webhook_event.rb
deleted_chat_user.rb
direct_message.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
direct_message_channel.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
direct_message_user.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
incoming_chat_webhook.rb
reviewable_chat_message.rb
user_chat_channel_membership.rb