Remove duplicated line
This commit is contained in:
parent
e35eda0c67
commit
3b8e8dcf7f
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) {
|
override suspend fun reportContent(eventId: EventId, reason: String, blockUserId: UserId?): Result<Unit> = withContext(roomDispatcher) {
|
||||||
runCatching {
|
runCatching {
|
||||||
innerRoom.reportContent(eventId = eventId.value, score = null, reason = reason)
|
|
||||||
innerRoom.reportContent(eventId = eventId.value, score = null, reason = reason)
|
innerRoom.reportContent(eventId = eventId.value, score = null, reason = reason)
|
||||||
if (blockUserId != null) {
|
if (blockUserId != null) {
|
||||||
innerRoom.ignoreUser(blockUserId.value)
|
innerRoom.ignoreUser(blockUserId.value)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue