home: separate home filters
we will want to resubscribe to these, so pull them out
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user