mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 15:15:02 +00:00
feat: save deleted spam logs; server spam logs from a web server; update Knub to 9.6.4
This commit is contained in:
parent
2592de6c2b
commit
c479ef1ff6
10 changed files with 167 additions and 10 deletions
|
@ -249,7 +249,6 @@ export function getUserMentions(str: string) {
|
|||
|
||||
// tslint:disable-next-line
|
||||
while ((match = regex.exec(str)) !== null) {
|
||||
console.log("m", match);
|
||||
userIds.push(match[1]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue