refactor(core): remove edit message feature
It's now implemented for everyone in newer versions Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
@@ -1071,10 +1071,6 @@
|
||||
"name": "COF Experiments",
|
||||
"description": "Enables unreleased/beta Snapchat features"
|
||||
},
|
||||
"edit_message": {
|
||||
"name": "Edit Messages",
|
||||
"description": "Allows you to edit messages in conversations"
|
||||
},
|
||||
"context_menu_fix": {
|
||||
"name": "Context Menu Fix",
|
||||
"description": "Attempt to repair the Friend Feed Menu as when the device is offline it cannot be displayed correctly"
|
||||
@@ -1440,8 +1436,7 @@
|
||||
"download_button": "Download",
|
||||
"delete_logged_message_button": "Delete Logged Message",
|
||||
"show_chat_edit_history": "Show Chat Edit History",
|
||||
"convert_message": "Convert Message",
|
||||
"edit_message": "Edit Message"
|
||||
"convert_message": "Convert Message"
|
||||
},
|
||||
|
||||
"opera_context_menu": {
|
||||
|
||||
@@ -71,7 +71,6 @@ class Experimental : ConfigContainer() {
|
||||
val betterTranscript = container("better_transcript", BetterTranscriptConfig()) { requireRestart() }
|
||||
val voiceNoteAutoPlay = boolean("voice_note_auto_play") { requireRestart() }
|
||||
val friendNotes = boolean("friend_notes") { requireRestart() }
|
||||
val editMessage = boolean("edit_message") { requireRestart() }
|
||||
val contextMenuFix = boolean("context_menu_fix") { requireRestart() }
|
||||
val cofExperiments = multiple("cof_experiments", *cofExperimentList.toTypedArray()) { requireRestart(); addFlags(ConfigFlag.NO_TRANSLATE); addNotices(FeatureNotice.UNSTABLE) }
|
||||
val appLock = container("app_lock", AppLockConfig()) { requireRestart(); addNotices(FeatureNotice.UNSTABLE) }
|
||||
|
||||
Reference in New Issue
Block a user