irc: In LIST command fix wrong topic info (bad use of entity cache)
patch 9a24eaf9120521752a95f20b03135a0fbba756c7
Author: E. Bosch <presidev@AT@gmail.com>
Date: Sun Jan 30 21:28:27 CET 2022
* irc: In LIST command fix wrong topic info (bad use of entity cache)
hunk ./irc.py 231
- entity_cache = [None]
hunk ./irc.py 243
- topic = await self.tg.get_channel_topic(chan, entity_cache)
+ topic = await self.tg.get_channel_topic(chan, [None])