Implemented NIP-17 support (#449)

This commit is contained in:
Anderson Juhasc
2024-10-24 21:10:09 -03:00
committed by GitHub
parent 5c538efa38
commit cae06fc4fe
3 changed files with 245 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
import { Event, finalizeEvent } from './pure.ts'
import { ChannelCreation, ChannelHideMessage, ChannelMessage, ChannelMetadata as KindChannelMetadata, ChannelMuteUser } from './kinds.ts'
import {
ChannelCreation,
ChannelHideMessage,
ChannelMessage,
ChannelMetadata as KindChannelMetadata,
ChannelMuteUser,
} from './kinds.ts'
export interface ChannelMetadata {
name: string