Closed khuddite closed 2 weeks ago
Thanks for your work on this - it will be released soon in an upcoming beta release!
Thanks for your work on this - it will be released soon in an upcoming beta release!
Thanks for your help and review, appreciated!
This change is now available in this release! https://github.com/signalapp/Signal-Desktop/releases/tag/v7.33.0-beta.1
@scottnonnenberg-signal Can you let me know where I can find my commit? It looks like my commit was not merged.
Nvm, I saw it's in the beta branch. Thanks!
@scottnonnenberg-signal I am sorry to bother you, but do you know why my commits are not showing up here - https://github.com/signalapp/Signal-Desktop/commits/main/?author=khuddite?
I see my commit co-authored with you in the list without the filter, though.
I'd love to contribute more to Signal projects (desktop, android, and iOS) moving forward, but at the same time, I'd like my contributions to be publicly visible.
You are indeed an author on the commit, as you can see here:
Hopefully Github improves their interface soon! In the meantime, you can always point people at the release notes!
Alright, thanks!
First time contributor checklist:
Contributor checklist:
main
branchnpm run ready
run passes successfully (more about tests here)Description
Fixes #7058
The fix was to update the logic for
isImage
flag for the context menu. Currently,isImage
flag is set to true for emojis, which should not be. Thus I added an extra check to filter out emojis, soisImage
results in false for emojis.Copy
menu shows up asCopy
(notCopy Image
) regardless of where I right-click when it has text and emojis.When I selected the emoji in the editable text input and right-clicked, there was no option for
Paste
because it was perceived as an image. However, I believe that was also a bug. So, I fixed it as part of my changes in this PR.Did you write any new tests? No, I did not
What operating systems did you test with?
macOS 10.15.7
What other devices did you test with? No other devices because I believe this bug/fix is not platform-specific.