perf: sync protocol and core hardening updates
This commit is contained in:
parent
152fed3b87
commit
4390ebf5a9
283 changed files with 29231 additions and 2295 deletions
11
internal/compat/layerwire/schema/routable-compat.tl
Normal file
11
internal/compat/layerwire/schema/routable-compat.tl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// Hand-maintained request layouts that are intentionally handled by the RPC
|
||||
// fallback instead of gotd's canonical ServerDispatcher. They still belong in
|
||||
// the structural preflight model: fallback handlers must never become a way to
|
||||
// bypass the canonical vector/depth/bytes budgets.
|
||||
|
||||
---functions---
|
||||
|
||||
compat.legacyCreateTheme#8432c21f flags:# slug:string title:string document:flags.2?InputDocument settings:flags.3?InputThemeSettings = Object;
|
||||
compat.legacyUpdateTheme#5cb367d5 flags:# format:string theme:InputTheme slug:flags.0?string title:flags.1?string document:flags.2?InputDocument settings:flags.3?InputThemeSettings = Object;
|
||||
compat.legacyInstallTheme#7ae43737 flags:# dark:flags.0?true format:flags.1?string theme:flags.1?InputTheme = Object;
|
||||
compat.legacyGetTheme#8d9d742b format:string theme:InputTheme document_id:long = Object;
|
||||
Loading…
Add table
Add a link
Reference in a new issue