Skip to content

Remove inReplyToStatusId

rinpatch requested to merge refactor/remove-inReplyToStatusId into develop

It is used only by increase/decrease reply count and a TwitterAPI view (which fetches the parent activity anyway). Moreover we have an index on object id so I doubt even reply count will recieve a noticeable performance hit.

Merge request reports