🐛 Remove boardcast target limit
This commit is contained in:
@ -59,9 +59,6 @@ func SetTypingStatus(channelId uint, userId uint) error {
|
||||
}
|
||||
|
||||
for _, item := range channel.Members {
|
||||
if item.AccountID == member.AccountID {
|
||||
continue
|
||||
}
|
||||
broadcastTarget = append(broadcastTarget, uint64(item.AccountID))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user