Remove duplicated line
This commit is contained in:
parent
cc11677cd9
commit
faed1af4ab
1 changed files with 0 additions and 1 deletions
|
|
@ -607,7 +607,6 @@ class RustMatrixRoom(
|
|||
|
||||
override suspend fun reportContent(eventId: EventId, reason: String, blockUserId: UserId?): Result<Unit> = withContext(roomDispatcher) {
|
||||
runCatching {
|
||||
innerRoom.reportContent(eventId = eventId.value, score = null, reason = reason)
|
||||
innerRoom.reportContent(eventId = eventId.value, score = null, reason = reason)
|
||||
if (blockUserId != null) {
|
||||
innerRoom.ignoreUser(blockUserId.value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue