Update dependency org.matrix.rustcomponents:sdk-android to v0.1.46 (#1130)
* Update dependency org.matrix.rustcomponents:sdk-android to v0.1.46 * Remove poll end code. The poll end event isn't shown in the timeline anymore. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marco Romano <marcor@element.io>
This commit is contained in:
parent
14c568dea2
commit
53840c1009
9 changed files with 2 additions and 49 deletions
|
|
@ -80,10 +80,6 @@ data class PollContent(
|
|||
val endTime: ULong?
|
||||
) : EventContent
|
||||
|
||||
data class PollEndContent(
|
||||
val startEventId: String
|
||||
) : EventContent
|
||||
|
||||
data class UnableToDecryptContent(
|
||||
val data: Data
|
||||
) : EventContent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue