feat: support for generic repost

This commit is contained in:
codytseng
2025-11-20 13:34:05 +08:00
parent 14b3fbd496
commit a40d7b0676
11 changed files with 92 additions and 68 deletions

View File

@@ -88,6 +88,7 @@ export const ExtendedKind = {
export const SUPPORTED_KINDS = [
kinds.ShortTextNote,
kinds.Repost,
kinds.GenericRepost,
ExtendedKind.PICTURE,
ExtendedKind.VIDEO,
ExtendedKind.SHORT_VIDEO,