Prevent replies/reactions on messages with errors
This commit is contained in:
parent
f37e73c723
commit
101070bf42
5 changed files with 68 additions and 31 deletions
|
@ -2528,6 +2528,10 @@
|
|||
})
|
||||
: null;
|
||||
|
||||
if (model && !model.canReply()) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (model && !model.isNormalBubble()) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue