feat(core/add_friend_spoof_spoof): added by quick add

This commit is contained in:
rhunk
2023-10-23 00:23:44 +02:00
parent 20e2184350
commit abdb95c402
3 changed files with 7 additions and 0 deletions

View File

@ -674,6 +674,7 @@
"spotlight": "Spotlight"
},
"add_friend_source_spoof": {
"added_by_quick_add": "By Quick Add",
"added_by_username": "By Username",
"added_by_mention": "By Mention",
"added_by_group_chat": "By Group Chat",

View File

@ -24,6 +24,7 @@ class Experimental : ConfigContainer() {
requireRestart()
}
val addFriendSourceSpoof = unique("add_friend_source_spoof",
"added_by_quick_add",
"added_by_username",
"added_by_mention",
"added_by_group_chat",