-
You can help if you like, the code you want will be in https://github.com/microcosm-cc/microcosm/blob/master/models/comments.go , https://github.com/microcosm-cc/microcosm/blob/master/models/items.go , https://github.com/microcosm-cc/microcosm/blob/master/models/updates.go , https://github.com/microcosm-cc/microcosm/blob/master/models/updates_dispatcher.go
Comments will need to be able to have multiple in_reply_to (perhaps change it to an array in the database?).
Items will need to be able to show those.
Updates should deal with not showing duplicates even though they are of different types.
Updates dispatcher should notify the right people that they have been quote.
Which breaks all of the notifications about when people reply to you.