commit d7e8526fe40b68b5910b3dbe004d5c5ca08a7f2c
parent 2a8f60c77351e5cfa7bddb4b4cb0d0ae793dc390
Author: rhunk <101876869+rhunk@users.noreply.github.com>
Date: Wed, 29 May 2024 15:43:07 +0200
fix: bulk messaging action crash
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/src/main/kotlin/me/rhunk/snapenhance/core/action/impl/BulkMessagingAction.kt b/core/src/main/kotlin/me/rhunk/snapenhance/core/action/impl/BulkMessagingAction.kt
@@ -574,6 +574,7 @@ class BulkMessagingAction : AbstractAction() {
parameterTypes[0].dataBuilder {
set("a", userId) // userId
set("b", "DELETED_BY_MY_FRIENDS") // deleteSourceType
+ set("f", "")
}
)
} ?: throw Exception("Failed to create RemoveFriendDurableJob instance")