Files
simplex-chat/src/Simplex/Chat
shum e4a1acd4c9 chat: thread simplexName through Contact/GroupInfo/Connection records
Adds `simplexName :: Maybe SimplexNameInfo` to the three records and
extends every SELECT path that reconstructs them to read the new
column. Decoded via eitherToMaybe . strDecode . encodeUtf8 (the
codebase's established pattern for Maybe Text -> typed-decode fields),
extracted as decodeSimplexName helper since the chain appears in
toContact / toContact' / toGroupInfo / toConnection. INSERT paths
still write Nothing - the write-side wiring lands in the next commit
(Task 7).
2026-06-03 15:58:50 +00:00
..
2026-05-31 17:33:52 +01:00
2026-05-02 11:56:34 +01:00
2026-05-28 23:19:54 +01:00
2026-05-28 08:44:43 +01:00
2026-06-01 21:41:26 +01:00
2025-09-20 19:47:50 +01:00
2026-05-28 23:19:54 +01:00