mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-03-14 09:45:42 +00:00
shadow
This commit is contained in:
parent
37f1920e87
commit
05d1c5878a
1 changed files with 1 additions and 1 deletions
|
@ -959,7 +959,7 @@ private fun ModerateReportItemAction(
|
|||
moderateMessageAlertDialog(
|
||||
reportedMessageId,
|
||||
questionText = moderateMessageQuestionText(chatInfo.featureEnabled(ChatFeature.FullDelete), 1),
|
||||
deleteMessage = { _, m ->
|
||||
deleteMessage = { reportedMessageId, m ->
|
||||
withApi {
|
||||
val moderated = deleteMessage(reportedMessageId, m)
|
||||
if (moderated != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue