discourse/plugins/chat/spec/system/page_objects
Joffrey JAFFEUX 92839dc722
FIX: ensures an empty last message won't cause errors (#23647)
This would cause an error when deleting the original message of a thread, due to the non existing `last_message`. This fix is implemented using the null pattern.

Note this commit is also using this opportunity to unify naming of null objects, `Chat::DeletedUser` becomes `Chat::NullUser`, it feels better to have a name describing what is the object, instead of a name describing why this object has to be used, which can change depending on cases.
2023-09-25 12:43:04 +02:00
..
chat FIX: ensures an empty last message won't cause errors (#23647) 2023-09-25 12:43:04 +02:00
chat_drawer FIX: Show mention count for channel list on mobile (#22682) 2023-07-19 16:24:01 +10:00
modals DEV: makes chat modals use the new <DModal /> component (#22495) 2023-07-10 13:43:33 +02:00
sidebar FEATURE: Show unread in sidebar for unread channel threads (#22342) 2023-07-17 13:00:49 +10:00