feat(federation): federation_attach_proofs table (re-attach spec §3.1)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE `federation_attach_proofs` (
|
||||
`token` text PRIMARY KEY NOT NULL,
|
||||
`home_user_id` text NOT NULL,
|
||||
`target_domain` text NOT NULL,
|
||||
`created_at` integer NOT NULL,
|
||||
`expires_at` integer NOT NULL,
|
||||
`used_at` integer
|
||||
);
|
||||
File diff suppressed because it is too large
Load Diff
@@ -71,6 +71,13 @@
|
||||
"when": 1783011477517,
|
||||
"tag": "0009_uneven_red_ghost",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 10,
|
||||
"version": "6",
|
||||
"when": 1783035334526,
|
||||
"tag": "0010_broken_blazing_skull",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user