testing relevancy score stuff

This commit is contained in:
talksik
2022-01-01 22:22:32 -08:00
parent 454601a13c
commit 4a74ecb7eb
2 changed files with 13 additions and 15 deletions
@@ -462,10 +462,7 @@ extension CircleGridView {
extension CircleGridView {
// listening to messages
private func handleTap(gridItemIndex: Int, friendId: String) {
print("tap gesture activated")
// TODO: make it deselect a currently selected user if that's the case
print("tap gesture activated")
// if friend and I are online, and I am not in a convo, start convo immediately with them
if self.authSessionStore.relevantUsersDict[friendId]?.userStatus == .online