Story search

This commit is contained in:
Isaac
2024-06-07 15:22:11 +04:00
parent 9094bb23b8
commit 571e2164b2
28 changed files with 1236 additions and 447 deletions

View File

@@ -118,7 +118,8 @@ public enum CodableDrawingEntity: Equatable {
venue: entity.location.venue,
queryId: entity.queryId,
resultId: entity.resultId
)
),
address: nil
)
case let .sticker(entity):
if case let .file(_, type) = entity.content, case let .reaction(reaction, style) = type {