From 05c2836218ba2cf2dd45cfd9916576e733140b33 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Thu, 16 Jul 2026 21:08:11 -0300 Subject: [PATCH] add favorite follow sets kind. --- kinds.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kinds.ts b/kinds.ts index 4ff8f73..6e011c7 100644 --- a/kinds.ts +++ b/kinds.ts @@ -239,6 +239,8 @@ export const NutZapInfo = 10019 export type NutZapInfo = typeof NutZapInfo export const MediaFollows = 10020 export type MediaFollows = typeof MediaFollows +export const FavoriteFollowSets = 10021 +export type FavoriteFollowSets = typeof FavoriteFollowSets export const UserEmojiList = 10030 export type UserEmojiList = typeof UserEmojiList export const DecoupledKeyAnnouncement = 10044