discourse/plugins/chat/app
Martin Brennan 4116094e54
FIX: Make chat editor IDs not null (#18903)
Follow up to 766bcbc684

Makes ChatMessage.last_editor_id and ChatMessageRevision.user_id
NOT NULL since they are always filled in now and the last commit
had a migration to backfill this data.
2022-11-08 09:06:13 +10:00
..
controllers FIX: Make ChatMessageUpdater check editing access for guardian (#18902) 2022-11-08 09:04:18 +10:00
core_ext
jobs FIX: the notification data on the client expects an identifier (#18850) 2022-11-03 09:06:05 +01:00
models FIX: Make chat editor IDs not null (#18903) 2022-11-08 09:06:13 +10:00
queries
serializers DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
services
views