@ivory curious about the muting filter words, since if you write fan as an example it mute every word with those 3 letters in it and not just the word “fan” alone - so it’s not that useful right for my using. Is it limited here so it can’t be the exact word you mute? So it just takes whatever word where those letters are in?? Curious, if I should stop using filters because it removes a lot more than I want to on my timeline, hmm 🤔 keep up the great work, thanks for being a part of Mastodon 🐘
@Rechain So you need to use our regex option for that. For example if you want to filter out the word "me", but not "sublime" nor "mentor”, you use “\ me\ “. There's a space after each \. You can test out regular expressions here: https://regex101.com