chiark / gitweb /
Fix a crash on receiving a mention.
authorSimon Tatham <anakin@pobox.com>
Wed, 6 Dec 2023 12:28:43 +0000 (12:28 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 6 Dec 2023 12:28:43 +0000 (12:28 +0000)
commit35ba8f325faf3e3ad6cc17b25e52432a45d32d68
treed4c8f17f37c26c551a216726a8ad1de71d895ecb
parentd964711d81d1f1376132c6c6cf9ad55d174fab62
Fix a crash on receiving a mention.

self.mentions_feed is a function; mentions_feed is the value it returned.
cursesclient.py