- Adds an Around ME feed

- Refactors location to operate as a flow
- Refactors FeedStructures to prepare for custom feeds
- Moves Account to operate feeds with location
This commit is contained in:
Vitor Pamplona
2024-10-30 16:01:39 -04:00
parent fb6137f99a
commit a5c4a53afe
23 changed files with 473 additions and 292 deletions

View File

@@ -119,6 +119,8 @@ class ContactListEvent(
const val KIND = 3
const val ALT = "Follow List"
fun blockListFor(pubKeyHex: HexKey): String = "3:$pubKeyHex:"
fun createFromScratch(
followUsers: List<Contact> = emptyList(),
followTags: List<String> = emptyList(),