IceCubesApp icon indicating copy to clipboard operation
IceCubesApp copied to clipboard

Bug: Replying to other's post adds own handle

Open jsynowiec opened this issue 2 years ago • 1 comments

When replying to a post, the own handle is appended to the list of mentions. This looks like a bug, and is inconsistent with the other Mastodon clients. If there is a design decision behind this, using this should rather be an opt-in, rather than opt-out.

Version 1.3.3

jsynowiec avatar Feb 02 '23 09:02 jsynowiec

I think this happens when the post you answer to was an answer to one of your posts. I also noticed something similar when answering a post that itself was an answer to an earlier post of the same user. In my case the same handle is added two times.

This could probably be fixed by filtering one's own handle from and deduplicating the list of mentioned handles.

DerMolly avatar Feb 04 '23 19:02 DerMolly