Skip to content

Fix incorrect variable used in mentions logic#3396

Closed
wookie184 wants to merge 1 commit into
mainfrom
wookie184/fix-mentions-reply-resolving
Closed

Fix incorrect variable used in mentions logic#3396
wookie184 wants to merge 1 commit into
mainfrom
wookie184/fix-mentions-reply-resolving

Conversation

@wookie184

Copy link
Copy Markdown
Contributor

resolved is always None here, as the logic is for the case when resolved is None. Instead we want to use the channel and message ID from ref directly, which are always defined here.

Closes #3374

resolved is always None here, as the logic is for the case when resolved is None. Instead we want to use the channel and message ID from ref directly, which are always defined here
@wookie184 wookie184 requested a review from mbaruh as a code owner October 7, 2025 20:05
@jb3

jb3 commented Oct 21, 2025

Copy link
Copy Markdown
Member

Merged in 89849c7

@jb3 jb3 closed this Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AttributeError: 'NoneType' object has no attribute 'channel_id'

2 participants