Syndace / python-omemo

An open python implementation of the OMEMO Multi-End Message and Object Encryption protocol.
MIT License
41 stars 6 forks source link

Add default implementations of the delete* methods of the Storage class. #24

Closed Syndace closed 5 years ago

Syndace commented 5 years ago

These default implementations call the corresponding store* methods with the value that stands for "not set", which should be None in most cases.

Syndace commented 5 years ago

Decided against this, because it makes empty entries remain.