chore: remove nip28 support
This commit is contained in:
2
packages/app/custom.d.ts
vendored
2
packages/app/custom.d.ts
vendored
@ -101,7 +101,7 @@ declare const CONFIG: {
|
||||
|
||||
// public chat channels for site
|
||||
chatChannels?: Array<{
|
||||
type: "nip28" | "telegram";
|
||||
type: "telegram";
|
||||
value: string;
|
||||
}>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user