Lot's of changes from local storage to relay storage.

- Moves Following Communities local DB to Contact List
- Moves Following Channels local DB to Contact List
- Moves Following BlockList local DB to Mute List (Private part)
- Migrates all deprecated local lists to event kinds.
- Views Mute Feed (disables hidden authors for that specific list)
- Breaks Security Filters screen in 2 tabs: Blocked and Spammers (automated filter)
- Restructures PeopleList event kind
- Fixes older channels and communities not loading on the discovery tab
This commit is contained in:
Vitor Pamplona
2023-07-16 18:57:28 -04:00
parent 4a2dced02f
commit d78c7a91cb
39 changed files with 1039 additions and 315 deletions
+2
View File
@@ -494,4 +494,6 @@
<string name="automatically_play_videos">Automatically play videos</string>
<string name="automatically_show_url_preview">Automatically show url preview</string>
<string name="load_image">Load Image</string>
<string name="spamming_users">Spammers</string>
</resources>