From 499817313d48a2c12d01dbca31ee2fec7fd2662f Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 18 Jun 2023 12:44:09 +0200 Subject: [PATCH] docs: Add missing note about OmemoDevice --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3321c9c..022c9a3 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ dependencies: ### Persistence By default, `omemo_dart` uses in-memory implementations for everything. For a real-world application, this is unsuitable as OMEMO devices would be constantly added. -In order to allow persistence, your application needs to keep track of the following mappings: +In order to allow persistence, your application needs to keep track of the following: +- The `OmemoDevice` assigned to the `OmemoManager` - `JID -> [int]`: The device list for each JID - `(JID, device) -> Ratchet`: The actual ratchet