mirror of
https://github.com/balzack/databag.git
synced 2025-03-13 00:50:03 +00:00
setting sealable flag in latest version
This commit is contained in:
parent
c99d4b7895
commit
90a63fbf5c
@ -35,6 +35,7 @@ func GetAccountStatus(w http.ResponseWriter, r *http.Request) {
|
||||
status.Disabled = account.Disabled
|
||||
status.ForwardingAddress = account.Forward
|
||||
status.Searchable = account.Searchable
|
||||
status.Sealable = true
|
||||
status.PushEnabled = session.PushEnabled
|
||||
status.Seal = seal
|
||||
WriteResponse(w, status)
|
||||
|
Loading…
Reference in New Issue
Block a user