mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
ChatGroup work
This commit is contained in:
@@ -118,7 +118,7 @@ public class MessagesRepository : IMessagesRepository
|
||||
.SetProperty(m => m.ReplyToMessageId, message.ReplyToMessageId)
|
||||
.SetProperty(m => m.MessageViews, message.MessageViews)
|
||||
.SetProperty(m => m.MediaAttachments, message.MediaAttachments)
|
||||
|
||||
|
||||
);
|
||||
|
||||
if (rowsAffected == 0)
|
||||
|
||||
Reference in New Issue
Block a user