fix: bulk messaging action crash

This commit is contained in:
rhunk
2024-05-29 15:43:07 +02:00
parent 2a8f60c773
commit d7e8526fe4

View File

@ -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")