IceCubesApp
IceCubesApp copied to clipboard
Bug: Replying to other's post adds own handle
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
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.