Roundup Tracker - Issues

Message6797

Author ThomasAH
Recipients ThomasAH, ber, justus.winter, rouilj
Date 2019-11-06.07:23:47
Message-id <1573025028.22.0.786040366562.issue2550926@roundup.psfhosted.org>
In-reply-to
Regarding the patch:
You're using db.msg.get(firstmessageid, 'author'), but the issue
itself already has an author attribute, which I think should be
used instead.

Rationale:
1. The user might have created the issue without a message. If now the
   user provides more details it should not be chatting, but if someone
   else reacts, chatting should be set.
2. The user might have unlinked (removed) the first message from the
   issue (e.g. to provide a better initial description)
3. Don't access parts of the database you don't really need :)
History
Date User Action Args
2019-11-06 07:23:48ThomasAHsetmessageid: <1573025028.22.0.786040366562.issue2550926@roundup.psfhosted.org>
2019-11-06 07:23:48ThomasAHsetrecipients: + ThomasAH, ber, rouilj, justus.winter
2019-11-06 07:23:48ThomasAHlinkissue2550926 messages
2019-11-06 07:23:47ThomasAHcreate