chore: remove nip28 support

This commit is contained in:
2025-05-06 11:35:08 +01:00
parent fe4e17227e
commit d442166846
10 changed files with 6 additions and 374 deletions

View File

@ -101,7 +101,7 @@ declare const CONFIG: {
// public chat channels for site
chatChannels?: Array<{
type: "nip28" | "telegram";
type: "telegram";
value: string;
}>;
};