We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. No
Describe the solution you'd like Features similar to the desktop version
sender name, [9/27/2024 11:00 AM] I'm send a msg.
I'm send a msg.
Is there any way to add the time as well, especially if you can customize the copy header.
I go through breakpoints and searches and find that the relevant logic is located at
tweb/src/components/chat/contextMenu.ts
Line 1242 in a86ac83
But I still can't find how to get the nickname through fromId or peerId
The text was updated successfully, but these errors were encountered:
Ok, I got.
this.managers.appPeersManager.getPeerUsername('userId or peerId') this.managers.appPeersManager.getPeer('userId or peerId')
I found this through the debug avatar render produce
tweb/src/components/avatarNew.tsx
Line 565 in a86ac83
And then I go back to src/components/chat/contextMenu.ts and I find the same call
src/components/chat/contextMenu.ts
Line 1000 in a86ac83
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Features similar to the desktop version
Is there any way to add the time as well, especially if you can customize the copy header.
I go through breakpoints and searches and find that the relevant logic is located at
tweb/src/components/chat/contextMenu.ts
Line 1242 in a86ac83
But I still can't find how to get the nickname through fromId or peerId
The text was updated successfully, but these errors were encountered: