🐛 Remove boardcast target limit

This commit is contained in:
LittleSheep 2024-08-23 22:50:59 +08:00
parent d7642c82bd
commit 57444f58f4

View File

@ -59,9 +59,6 @@ func SetTypingStatus(channelId uint, userId uint) error {
} }
for _, item := range channel.Members { for _, item := range channel.Members {
if item.AccountID == member.AccountID {
continue
}
broadcastTarget = append(broadcastTarget, uint64(item.AccountID)) broadcastTarget = append(broadcastTarget, uint64(item.AccountID))
} }