It seems like we still add our own pubkey in `HomeModel.get_friends()` which gets used to build the filter, but I wonder if we might be seeing “clipped” results caused by some kind of limit related to filter size, the volume of notes being returned, or somewhere else along the way.
Is the app c...