home: add comment explaining send_home_filters
This commit is contained in:
@@ -375,6 +375,7 @@ class HomeModel: ObservableObject {
|
|||||||
pool.send(.subscribe(subscription), to: [relay_id])
|
pool.send(.subscribe(subscription), to: [relay_id])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// After initial connection or reconnect, send subscription filters for the home timeline, DMs, and notifications
|
||||||
func send_home_filters(relay_id: String?) {
|
func send_home_filters(relay_id: String?) {
|
||||||
// TODO: since times should be based on events from a specific relay
|
// TODO: since times should be based on events from a specific relay
|
||||||
// perhaps we could mark this in the relay pool somehow
|
// perhaps we could mark this in the relay pool somehow
|
||||||
|
|||||||
Reference in New Issue
Block a user