sxmo: persist SMS messages

This commit is contained in:
Colin 2023-11-27 06:46:57 +00:00
parent 3e8d7ef8e3
commit ca8fefe0c6

View File

@ -272,6 +272,8 @@ in
persist.byStore.cryptClearOnBoot = [
# builds to be 10's of MB per day
# ".local/state/superd/logs"
".local/share/sxmo/modem" # SMS
".local/share/sxmo/notifications" # so i can see new SMS messages. not sure actually if this needs persisting or if it'll re-hydrate from modem.
];
};
}