mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 05:19:22 +00:00
Fix bad request
This commit is contained in:
parent
197fa12cde
commit
ce1398dcb8
@ -412,7 +412,8 @@ export class ConversationsHelper {
|
||||
table: USERS_TABLE,
|
||||
where: {
|
||||
conv_id: convID,
|
||||
user_id: userID
|
||||
user_id: userID,
|
||||
saw_last_message: 0
|
||||
},
|
||||
set: {
|
||||
saw_last_message: 1
|
||||
|
Loading…
Reference in New Issue
Block a user