Skip to content

add persistent metadata/token storage#239

Merged
hpk42 merged 4 commits intomainfrom
hpk/persist238
Mar 20, 2024
Merged

add persistent metadata/token storage#239
hpk42 merged 4 commits intomainfrom
hpk/persist238

Conversation

@hpk42
Copy link
Copy Markdown
Contributor

@hpk42 hpk42 commented Mar 20, 2024

fixes #238

note that i use "marshal", the python interpreter fast marshalling of basic data types. A dict[string->string] is pretty safe to marshal and demarshal, so nothing more fancy is needed. Also tested that python3.6 and python3.10 can read/write the marhsalled data.

Copy link
Copy Markdown
Contributor

@missytake missytake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Persist push notification tokens in imap metadata process

2 participants