mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Add donate_friend remote megaphone action.
This commit is contained in:
@@ -50,7 +50,8 @@ data class RemoteMegaphoneRecord(
|
||||
enum class ActionId(val id: String, val isDonateAction: Boolean = false) {
|
||||
SNOOZE("snooze"),
|
||||
FINISH("finish"),
|
||||
DONATE("donate", true);
|
||||
DONATE("donate", true),
|
||||
DONATE_FOR_FRIEND("donate_friend", true);
|
||||
|
||||
companion object {
|
||||
fun from(id: String?): ActionId? {
|
||||
|
||||
Reference in New Issue
Block a user