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:
@@ -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
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user