feat(schema): HyperDB v11 message.hubMirrorJson for rich hub mirrors

Optional hubMirrorJson on message rows (flag bit 8) so structured
announcement hub card metadata survives HyperDB encode/decode.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-21 23:25:37 -04:00
co-authored by Cursor
parent 4b6414f348
commit 53f082b729
3 changed files with 20 additions and 7 deletions
+6 -1
View File
@@ -1,5 +1,5 @@
{
"version": 10,
"version": 11,
"schema": [
{
"name": "user",
@@ -201,6 +201,11 @@
"name": "stickerNamesJson",
"type": "string",
"version": 10
},
{
"name": "hubMirrorJson",
"type": "string",
"version": 11
}
]
},