Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85651206
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
634 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/stores/chats.js b/src/stores/chats.js
index f2b27306d0..32296ff4f2 100644
--- a/src/stores/chats.js
+++ b/src/stores/chats.js
@@ -77,7 +77,8 @@ export const useChatsStore = defineStore('chats', {
updateChat(updatedChat) {
const chat = this.data.get(updatedChat.id)
if (chat) {
- const isNewMessage = chat.lastMessage?.id !== updatedChat.lastMessage?.id
+ const isNewMessage =
+ chat.lastMessage?.id !== updatedChat.lastMessage?.id
chat.lastMessage = updatedChat.lastMessage
chat.unread = updatedChat.unread
chat.updated_at = updatedChat.updated_at
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Aug 30, 1:27 PM (2 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1738015
Default Alt Text
(634 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment