udbhav1 / GPG-Messenger

GPG-based messenger client that implements PGP encryption with Facebook Messenger as a backend
MIT License
6 stars 0 forks source link

Message Cache #5

Closed stephen-huan closed 1 year ago

stephen-huan commented 3 years ago

Currently, opening a conversation requires an API call to retrieve past messages. Create a message cache and add new messages to this cache. Add the option to compress/encrypt this cache.