mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 11:26:01 +03:00
Clean after Benoit's review
This commit is contained in:
parent
2717cca267
commit
d4682e504c
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ import com.squareup.moshi.JsonClass
|
|||
* This is used as a holder to pass necessary data to some workers params.
|
||||
*/
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class LocalEchoIdentifiers(val roomId: String, val eventId: String)
|
||||
internal data class LocalEchoIdentifiers(val roomId: String, val eventId: String)
|
||||
|
|
Loading…
Reference in a new issue