Dave Hall wrote:
I thought I would bump this thread and see if anyone has any comments.
I am reluctant to put in a lot of effort if there is no support for it
from the core developers.
I would be too! I'm happy with the idea on this; let's see about the details.
replyTo is determined by just checking the plain version of the message
with preg_match('/^@([A-Za-z0-9]{1,64})/') and the user id will be
passed into whoGets by addToInboxes()
Don't do that. Use getReplies(), which is where all the smarts are.

Otherwise, this seems fine. The big thing to think about is that changes to the core DB schema aren't allowed except on minor release numbers. So if you implement this in core, it'd have to wait until 1.0.

If you do it as a plugin, you might want to add a separate table for the reply prefs.

-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