mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
fix typo
This commit is contained in:
parent
ec2954200e
commit
2e87e0b4c1
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ internal class DefaultEventRelationsAggregationTask @Inject constructor(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Timber.e("Unknwon relation type ${content.relatesTo?.type} for event ${event.eventId}")
|
Timber.e("Unknown relation type ${content.relatesTo?.type} for event ${event.eventId}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue