mastoposter-oss_images/mastoposter/filters
Casey 6d3e00ba4a
Fixed regex mode of text filter just NOT WORKING
Apparently, `re.match` checks for the first line ONLY. We have to use
`.search` instead.

Also nuked away that plaintext conversion, we have it in status already
as a property
2023-02-08 19:38:31 +03:00
..
__init__.py uh, more logging? 2022-11-01 14:33:47 +03:00
base.py Uhh I think I added logging and some other stuff 2022-11-01 12:55:23 +03:00
boost.py Uhh I think I added logging and some other stuff 2022-11-01 12:55:23 +03:00
combined.py uh, more logging? 2022-11-01 14:33:47 +03:00
media.py Uhh I think I added logging and some other stuff 2022-11-01 12:55:23 +03:00
mention.py Uhh I think I added logging and some other stuff 2022-11-01 12:55:23 +03:00
spoiler.py Uhh I think I added logging and some other stuff 2022-11-01 12:55:23 +03:00
text.py Fixed regex mode of text filter just NOT WORKING 2023-02-08 19:38:31 +03:00
visibility.py Uhh I think I added logging and some other stuff 2022-11-01 12:55:23 +03:00