element-x-ada/features/messages/impl
Benoit Marty 6e2f645514 Create value class for transactionId. There is no validation on the format, but validation is a bonus for userId, roomId, etc.
The main advantage of using value classes instead of Strings everywhere is to detect errors at compilation time.
2023-07-12 18:15:17 +02:00
..
src Create value class for transactionId. There is no validation on the format, but validation is a bonus for userId, roomId, etc. 2023-07-12 18:15:17 +02:00
.gitignore Try splitting messages into api and impl modules 2023-03-03 14:38:05 +01:00
build.gradle.kts Fix multi-line reactions blocking message content (#785) 2023-07-06 12:44:37 +00:00
consumer-rules.pro Try splitting messages into api and impl modules 2023-03-03 14:38:05 +01:00
proguard-rules.pro Try splitting messages into api and impl modules 2023-03-03 14:38:05 +01:00