]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
New algorithm for reply_to saving
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 29 Jul 2009 15:45:32 +0000 (11:45 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 29 Jul 2009 15:45:32 +0000 (11:45 -0400)
commit18573632b463c8ecf865b8a6f6a1887fa91e5ca7
treef096ccb195ca7f1613c11fae6d1a38e8b334303b
parenta79a860d81369c0208655a9cd2b83dea7785bebf
New algorithm for reply_to saving

I changed the reply-to algorithm so that we only say a notice is in
reply to another notice if a) we receive that information from the Web
or API or b) it's in a "low bandwidth" (XMPP, SMS) channel, and begins
with "@nickname" or "T NICKNAME".

The goal is to avoid false-positives and make conversation trees more
accurate and useful.
classes/Notice.php