We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5ac1d commit 45cd566Copy full SHA for 45cd566
src/util/report.py
@@ -296,7 +296,7 @@ def ref(xid):
296
_logger.warning("Cannot announce message", exc_info=True)
297
else:
298
# Chat window with the report will be open post-upgrade for the admin user
299
- if version_between("9.0", "saas~18.2") and user.partner_id and recipient:
+ if version_between("9.0", "saas~18.1") and user.partner_id and recipient:
300
channel_member_model = (
301
"discuss.channel.member"
302
if version_gte("saas~16.3")
0 commit comments