Update API

This commit is contained in:
Ilya Laktyushin
2025-01-06 16:00:43 +04:00
parent 8cfec897ee
commit cdc82e4235
54 changed files with 1529 additions and 617 deletions

View File

@@ -134,7 +134,7 @@ extension ChatControllerImpl {
return
}
Queue.mainQueue().after(0.15) {
self.openStorySharing(messages: messages)
self.openStorySharing(subject: .messages(messages))
}
}
}