mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-29 14:38:45 +03:00
running lint
This commit is contained in:
parent
e24329e139
commit
46c338934e
1 changed files with 1 additions and 1 deletions
|
@ -163,6 +163,6 @@ interface PushersService {
|
||||||
* true to limit the push content to only id and not message content
|
* true to limit the push content to only id and not message content
|
||||||
* Ref: https://matrix.org/docs/spec/push_gateway/r0.1.1#homeserver-behaviour
|
* Ref: https://matrix.org/docs/spec/push_gateway/r0.1.1#homeserver-behaviour
|
||||||
*/
|
*/
|
||||||
val withEventIdOnly: Boolean,
|
val withEventIdOnly: Boolean
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue