mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
Changed allowed emoji reactions per minute from 5 (which I used for testing) to 20 (production)
This commit is contained in:
parent
9441d1e08d
commit
01009cf521
@ -293,7 +293,7 @@ class ConversationActivityV2 : PassphraseRequiredActionBarActivity(), InputBarDe
|
||||
|
||||
// Constants used to enforce the given maximum emoji reactions allowed per minute (emoji reactions
|
||||
// that occur above this limit will result in a "Slow down" toast rather than adding the reaction).
|
||||
private val EMOJI_REACTIONS_ALLOWED_PER_MINUTE = 5
|
||||
private val EMOJI_REACTIONS_ALLOWED_PER_MINUTE = 20
|
||||
private val ONE_MINUTE_IN_MILLISECONDS = 1.minutes.inWholeMilliseconds
|
||||
|
||||
private val isScrolledToBottom: Boolean
|
||||
|
Loading…
Reference in New Issue
Block a user