del notification

This commit is contained in:
wangchuxiao
2023-05-30 11:18:07 +08:00
parent 11d3f4af0c
commit 703b5ebda0
9 changed files with 448 additions and 203 deletions
@@ -46,5 +46,6 @@ type ConversationModelInterface interface {
FindSuperGroupRecvMsgNotNotifyUserIDs(ctx context.Context, groupID string) ([]string, error)
GetAllConversationIDs(ctx context.Context) ([]string, error)
GetUserAllHasReadSeqs(ctx context.Context, ownerUserID string) (hashReadSeqs map[string]int64, err error)
GetConversationByConversationID(ctx context.Context, conversationID string) (*ConversationModel, error)
NewTx(tx any) ConversationModelInterface
}