Skip to content

Commit 45cd566

Browse files
diagnozaKangOl
authored andcommitted
[FIX] report: fold_state not available in 18.2
fold_state was already removed in 18.2. closes #262 Signed-off-by: Xavier Dollé (xdo) <[email protected]>
1 parent ce5ac1d commit 45cd566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def ref(xid):
296296
_logger.warning("Cannot announce message", exc_info=True)
297297
else:
298298
# 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:
299+
if version_between("9.0", "saas~18.1") and user.partner_id and recipient:
300300
channel_member_model = (
301301
"discuss.channel.member"
302302
if version_gte("saas~16.3")

0 commit comments

Comments
 (0)