background-shape

Last time I was working on the matrix addapter which will give us a nice channel based interface for interacting with clients that connect to the bot. Unfortuntley, this is hanging when we run the tests. Got to investigate.

So it turns out that I’m either stuck missing out on events, or processing old conversations… I need some way of marking events as seen, and ignoring old events. I’ll try to get to where I can distinguish new from old next week.