mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 13:43:09 +02:00
Fix: missing receiver warn is not disappear (#12538)
This commit is contained in:
parent
5cd4c36cad
commit
c927d6824c
1 changed files with 1 additions and 1 deletions
|
@ -366,8 +366,8 @@ function checkMissingMention() {
|
|||
return;
|
||||
}
|
||||
}
|
||||
hasNotSpecifiedMentions = false;
|
||||
}
|
||||
hasNotSpecifiedMentions = false;
|
||||
}
|
||||
|
||||
function addMissingMention() {
|
||||
|
|
Loading…
Reference in a new issue