Commit Graph

6 Commits

Author SHA1 Message Date
Emery Hemingway 54aefcb22e Put TDLib messages in a dedicated local dataspace
Communicating with TDLib on a remote dataspace is wasteful.
Create and assert a local dataspace so that only messages observed
by remote actors are relayed. This also allows the TDLib interface
to be isolated from high-level actors.
2024-05-22 05:59:13 +02:00
Emery Hemingway be910a5ffa Update pin of syndicate-nim 2024-05-22 05:58:46 +02:00
Emery Hemingway 6fca321f9c Update README example 2024-05-21 20:07:06 +02:00
Emery Hemingway 5d347b2ba8 Assert parse failures
Some messages with emojii aren't parsing, log and discard them.
2024-05-21 14:47:16 +02:00
Emery Hemingway af382bfc34 Sorta works 2024-05-21 14:03:15 +02:00
Emery Hemingway 9cbc397181 Initial commit 2024-05-20 16:48:54 +02:00