mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 05:07:46 +02:00
feat(core/add_friend_spoof_spoof): added by quick add
This commit is contained in:
@ -23,6 +23,11 @@ class AddFriendSourceSpoof : Feature("AddFriendSourceSpoof", loadParams = Featur
|
||||
}
|
||||
|
||||
when (spoofedSource) {
|
||||
"added_by_quick_add" -> {
|
||||
setEnum(1, "PROFILE")
|
||||
setEnum(2, "ADD_FRIENDS_BUTTON_ON_TOP_BAR_ON_FRIENDS_FEED")
|
||||
setEnum(3, "ADDED_BY_SUGGESTED")
|
||||
}
|
||||
"added_by_group_chat" -> {
|
||||
setEnum(1, "PROFILE")
|
||||
setEnum(2, "GROUP_PROFILE")
|
||||
|
Reference in New Issue
Block a user