add favorite follow sets kind.

This commit is contained in:
fiatjaf
2026-07-16 21:08:11 -03:00
parent fa21fd6671
commit 05c2836218

View File

@@ -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