Skip to content

Commit faed1af

Browse files
committed
Remove duplicated line
1 parent cc11677 commit faed1af

File tree

1 file changed

+0
-1
lines changed
  • libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/room

1 file changed

+0
-1
lines changed

libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/room/RustMatrixRoom.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,6 @@ class RustMatrixRoom(
607607

608608
override suspend fun reportContent(eventId: EventId, reason: String, blockUserId: UserId?): Result<Unit> = withContext(roomDispatcher) {
609609
runCatching {
610-
innerRoom.reportContent(eventId = eventId.value, score = null, reason = reason)
611610
innerRoom.reportContent(eventId = eventId.value, score = null, reason = reason)
612611
if (blockUserId != null) {
613612
innerRoom.ignoreUser(blockUserId.value)

0 commit comments

Comments
 (0)