mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 11:37:40 +01:00
- 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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user