Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Tags containing IDs not accessible on Mobile Apps #6859

Open
danj1980 opened this issue May 12, 2024 · 0 comments
Open

User Tags containing IDs not accessible on Mobile Apps #6859

danj1980 opened this issue May 12, 2024 · 0 comments
Labels
bug message components click click click click click click click synced Synced to internal tracker

Comments

@danj1980
Copy link

danj1980 commented May 12, 2024

Description

My bot speaks to server members via DM, and then posts their responses in a logging channel that only server moderators can see.
The posts include the tag of the author by using <@discordid>
On PC, moderators can press on the tags to view the author's discord profile and send them a DM.
However, on both Iphone and Android, those tags don't work. Instead, an error incorrectly states that "This link is to a user you don't have access to."
The screenshots I've included display the exact same post.
When that post is viewed on PC, pressing on the tag displays the discord user's profile.
When that post is viewed on mobile, the error is displayed.

Steps to Reproduce

Bot posts a message into a channel and tags a Discord User by using the <@discorduserid> format. The tagged user IS a server member, but does NOT have access to that channel.
On PC, the tag can be pressed.
On Mobile, the tag displays an error.

Expected Behavior

On mobile, pressing on the tag should be like pressing on any other valid tag, identical to how it functions on PC.
Mobile apps should download the tagged user's profile if not already in cache and allow access (assuming the user has access to the tagged user, which they do since it works fine on PC)
Or if that is not possible on the mobile apps, make a way that bots can include a display name in the tag when posting. eg. <@discordid:displayname>

Current Behavior

If the tagged user is not a member of that channel or DM group, pressing on the tag incorrectly states that you don't have permission to use that link. When in fact, you do have access, as the tag link works perfectly on PC.

Screenshots/Videos

From PC
image
Same post, but on Mobile
image

Client and System Information

Android app version 228.11
However the same issue is being reported to me by iphone users.

@danj1980 danj1980 added bug message components click click click click click click click labels May 12, 2024
@donaldchen donaldchen added the synced Synced to internal tracker label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug message components click click click click click click click synced Synced to internal tracker
Projects
None yet
Development

No branches or pull requests

2 participants