handle withdraw/revive qr code actions

This commit is contained in:
B. Petersen
2021-06-23 14:28:25 +02:00
committed by bjoern
parent 3f00a6efbe
commit 8ac2bd0298
4 changed files with 97 additions and 2 deletions

View File

@@ -110,6 +110,16 @@ pub enum LotState {
/// text1=error string
QrError = 400,
QrWithdrawVerifyContact = 500,
/// text1=groupname
QrWithdrawVerifyGroup = 502,
QrReviveVerifyContact = 510,
/// text1=groupname
QrReviveVerifyGroup = 512,
// Message States
MsgInFresh = 10,
MsgInNoticed = 13,