home: separate home filters

we will want to resubscribe to these, so pull them out
This commit is contained in:
William Casarin
2023-07-13 11:04:20 -07:00
parent 9a714943fd
commit 122655bea3
2 changed files with 57 additions and 32 deletions

View File

@@ -66,8 +66,8 @@ class Contacts {
}
}
func get_friend_list() -> [String] {
return Array(friends)
func get_friend_list() -> Set<String> {
return friends
}
func get_followed_hashtags() -> Set<String> {