Fix merge conflicts

This commit is contained in:
Isaac
2024-06-07 15:44:12 +04:00
parent a2bbf58b76
commit 26b539041d
7 changed files with 31 additions and 22 deletions

View File

@@ -119,8 +119,7 @@ public enum CodableDrawingEntity: Equatable {
address: entity.location.address,
queryId: entity.queryId,
resultId: entity.resultId
),
address: nil
)
)
case let .sticker(entity):
if case let .link(url, _, _, _, _, _, _) = entity.content {