1
0
Fork 0
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:
Evgenii Kozlov 2025-06-05 11:07:09 +02:00 committed by GitHub
parent 1872176dba
commit 3c1fd69e72
Signed by: github
GPG key ID: B5690EEEBB952194
5 changed files with 40 additions and 6 deletions

View file

@ -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
*/