feat(actions): manage friend list
This commit is contained in:
@@ -134,6 +134,10 @@
|
||||
"name": "Clean Snapchat Cache",
|
||||
"description": "Cleans the Snapchat Cache"
|
||||
},
|
||||
"manage_friend_list": {
|
||||
"name": "Manage Friend List",
|
||||
"description": "Import/export your friends list when backing up"
|
||||
},
|
||||
"export_chat_messages": {
|
||||
"name": "Export Chat Messages",
|
||||
"description": "Exports conversation messages into a JSON/HTML/TXT file"
|
||||
|
||||
@@ -9,6 +9,7 @@ enum class EnumAction(
|
||||
EXPORT_CHAT_MESSAGES("export_chat_messages"),
|
||||
EXPORT_MEMORIES("export_memories"),
|
||||
BULK_MESSAGING_ACTION("bulk_messaging_action"),
|
||||
MANAGE_FRIEND_LIST("manage_friend_list"),
|
||||
CLEAN_CACHE("clean_snapchat_cache", exitOnFinish = true);
|
||||
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user