moc
moc copied to clipboard
Migrate from custom Message models to TDLib ones
Why? Well, it will result in better performance, because the message content loading will be done by MessageView lazily (thanks to LazyVStack), compared to how it is now when all messages are loaded when a user opens a chat. Pretty good reasons to do so tbh
This migration can possibly also fix #128, but I don't guarantee
No, it will not be done, instead I should just optimise the existing thing, and make it look better