Prevent replies/reactions on messages with errors
This commit is contained in:
@@ -2528,6 +2528,10 @@
|
||||
})
|
||||
: null;
|
||||
|
||||
if (model && !model.canReply()) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (model && !model.isNormalBubble()) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user