type-fix
All checks were successful
Deploy on push / deploy (push) Successful in 43s

This commit is contained in:
Untone 2025-03-22 18:39:14 +03:00
parent 369ff757b0
commit fe9984e2d8

View File

@ -55,6 +55,7 @@ type Reaction {
stat: Stat stat: Stat
oid: String oid: String
# old_thread: String # old_thread: String
first_replies: [Reaction]
} }
type MediaItem { type MediaItem {