mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-13 05:37:48 +02:00
fix: bulk messaging action crash
This commit is contained in:
@ -574,6 +574,7 @@ class BulkMessagingAction : AbstractAction() {
|
|||||||
parameterTypes[0].dataBuilder {
|
parameterTypes[0].dataBuilder {
|
||||||
set("a", userId) // userId
|
set("a", userId) // userId
|
||||||
set("b", "DELETED_BY_MY_FRIENDS") // deleteSourceType
|
set("b", "DELETED_BY_MY_FRIENDS") // deleteSourceType
|
||||||
|
set("f", "")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
} ?: throw Exception("Failed to create RemoveFriendDurableJob instance")
|
} ?: throw Exception("Failed to create RemoveFriendDurableJob instance")
|
||||||
|
Reference in New Issue
Block a user