Handle encrypted messages (#173)

* Handle encrypted messages

* Remove redundant message node columns

* Preserve original numeric message senders

* Normalize message sender IDs in API responses

* Exclude encrypted messages from API responses

* run rufo
This commit is contained in:
l5y
2025-09-24 07:34:28 +02:00
committed by GitHub
parent 8dd912175d
commit ee6501243f
7 changed files with 253 additions and 26 deletions
+1
View File
@@ -21,6 +21,7 @@ CREATE TABLE IF NOT EXISTS messages (
channel INTEGER,
portnum TEXT,
text TEXT,
encrypted TEXT,
snr REAL,
rssi INTEGER,
hop_limit INTEGER