mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 05:07:46 +02:00
fix: bulk messaging action crash
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user