Tarrgon
Tarrgon
Lol I just woke up and messed up my level check
Draft since I've yet to test other buttons and make sureit doesn't break anything
There is another eslint issue completely unrelated to this PR: https://github.com/e621ng/e621ng/blob/master/app/javascript/src/javascripts/utility/storage_util.js#L16 Fixing it here feels out of scope, ~~but the eslint test will fail.~~ Ok idk why it worked lmao
I have read the CLA Document and I hereby sign it
Now that I think about it, if we allow zero-width spaces in alias antecedents, we should highlight them in the forum post/alias view for admins.
recheck
I should add that ```js tweets = twitterScraper.searchTweets(`(from:${identifier})`, Number.MAX_SAFE_INTEGER, SearchMode.Latest) ``` seems to go past 1000 just fine.
> I should add that > > ```js > tweets = twitterScraper.searchTweets(`(from:${identifier})`, Number.MAX_SAFE_INTEGER, SearchMode.Latest) > ``` > > seems to go past 1000 just fine. However, sometimes it just doesn't...
Hm. I wonder if the lock should be ignored while replacing. As the lock is mainly just for regular users since janitor+ can unlock them. And janitor+ are the ones...
What happens if a user blocks messages and then eventually becomes staff? Does it remove their existing message blocks?