🐛 Remove boardcast target limit
This commit is contained in:
parent
d7642c82bd
commit
57444f58f4
@ -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))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user