# 1784829830-uityui-mastodon-social-reply

[//]: # (reply-to: https://mastodon.social/@uityui/116381497111747250)

@uityui@mastodon.social I'm so sorry for the super-late response.

I eventually managed to pinpoint and fix the bug [here](https://github.com/blacklight/pubby/commit/b2047e1f3156bafb56f910bbd30342dbcd8e9a36) (on the Pubby library).

The issue was basically caused by Pubby indexing interactions by `<actor, parent_id>`. Which is fine for likes and boosts (a user can like or boost an object only once), but not for replies and quotes of course (a user can send multiple replies and quotes for the same object).

That ended up overwriting previous replies if they were sent by the same account to the same post.

Everything should work now if you install the latest version of [Pubby](https://pypi.org/project/pubby/).
