mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 12:07:26 +00:00
SES-2655 standardise thread body
This commit is contained in:
@@ -4,6 +4,7 @@ package org.session.libsession.utilities
|
||||
// Note: The substitution will be to {app_name} etc. in the strings - but do NOT include the curly braces in these keys!
|
||||
object StringSubstitutionConstants {
|
||||
const val ACCOUNT_ID_KEY = "account_id"
|
||||
const val AUTHOR_KEY = "author"
|
||||
const val APP_NAME_KEY = "app_name"
|
||||
const val COMMUNITY_NAME_KEY = "community_name"
|
||||
const val CONVERSATION_COUNT_KEY = "conversation_count"
|
||||
@@ -17,6 +18,7 @@ object StringSubstitutionConstants {
|
||||
const val GROUP_NAME_KEY = "group_name"
|
||||
const val MEMBERS_KEY = "members"
|
||||
const val MESSAGE_COUNT_KEY = "message_count"
|
||||
const val MESSAGE_SNIPPET_KEY = "message_snippet"
|
||||
const val NAME_KEY = "name"
|
||||
const val OTHER_NAME_KEY = "other_name"
|
||||
const val QUERY_KEY = "query"
|
||||
|
Reference in New Issue
Block a user