mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2966 Chats | Enhancement | Add haptic feedback for bubble clicks + group message of the same user (#2495)
This commit is contained in:
parent
1872176dba
commit
3c1fd69e72
5 changed files with 40 additions and 6 deletions
|
@ -12,6 +12,8 @@ object ChatConfig {
|
|||
const val MAX_MESSAGE_CHARACTER_LIMIT = 2000
|
||||
const val MAX_MESSAGE_CHARACTER_OFFSET_LIMIT = 1950
|
||||
|
||||
const val GROUPING_DATE_INTERVAL_IN_SECONDS = 60
|
||||
|
||||
/**
|
||||
* Spaces for beta-testing space-level chats
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue