mirror of
https://github.com/tuskyapp/Tusky
synced 2025-02-04 10:57:53 +01:00
8d65feadd6
closes #4499 This restores support for v1 filters. The problem was that the state was uncoditionally set to error instead of checking the v1 response. While checking the code I found some other problems: - Two error messages that were shown to users were not translatable - When filters were updated sometimes `PreferenceChangedEvent` was sent instead of `FilterUpdatedEvent` - The notifications fragment was not listening to the `FilterUpdatedEvent`