tyler gillies wrote:
does statusnet generate a conversation page for each status, or does it only create one when someone replies to a given status?
So, here's the (very simple) algorithm:

  1. If a notice is a reply, then its conversation ID is the
     conversation ID of the notice it's a reply to.
  2. Otherwise, its conversation ID is its own ID.

At /conversation/<ID>, we show all the notices with a given conversation ID.

-Evan

--
Evan Prodromou
CEO, StatusNet, Inc.
e...@status.net - http://evan.status.net/ - +1-438-380-4801

_______________________________________________
StatusNet-dev mailing list
StatusNet-dev@lists.status.net
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to