Follow up Key Transparency changes

Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
Fedor Indutny
2026-02-04 06:59:44 -08:00
committed by GitHub
parent 0cd77e1081
commit f9bd84445c
23 changed files with 515 additions and 48 deletions

View File

@@ -281,8 +281,10 @@ import {
hasMegaphone,
} from './server/megaphones.std.js';
import {
getAllKTAcis,
getKTAccountData,
setKTAccountData,
removeAllKTAccountData,
} from './server/keyTransparency.std.js';
import { INITIAL_EXPIRE_TIMER_VERSION } from '../util/expirationTimer.std.js';
import type { GifType } from '../components/fun/panels/FunPanelGifs.dom.js';
@@ -505,6 +507,7 @@ export const DataReader: ServerReadableInterface = {
getAllMegaphoneIds,
hasMegaphone,
getAllKTAcis,
getKTAccountData,
getAllPinnedMessages,
@@ -774,6 +777,7 @@ export const DataWriter: ServerWritableInterface = {
internalDeleteAllMegaphones,
setKTAccountData,
removeAllKTAccountData,
appendPinnedMessage,
deletePinnedMessageByMessageId,