feat: revert friend source spoof

This commit is contained in:
rhunk
2024-05-29 15:03:58 +02:00
parent 420c02af64
commit 2a8f60c773
3 changed files with 7 additions and 1 deletions

View File

@@ -58,6 +58,10 @@ class AddFriendSourceSpoof : Feature("AddFriendSourceSpoof", loadParams = Featur
setPage("profile")
setSource(FriendAddSource.COMMUNITY)
}
"added_by_quick_add" -> {
setPage("add_friends_button_on_top_bar_on_friends_feed")
setSource(FriendAddSource.SUGGESTED)
}
}
}
}