mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
handle withdraw/revive qr code actions
This commit is contained in:
10
src/lot.rs
10
src/lot.rs
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user