]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
13 years agoFix typo.
Siebrand Mazeland [Sat, 18 Sep 2010 13:38:15 +0000 (15:38 +0200)]
Fix typo.

13 years ago* update L10n
Siebrand Mazeland [Sat, 18 Sep 2010 13:26:48 +0000 (15:26 +0200)]
* update L10n
* remove superfluous whitespace

13 years ago* L10n updates and translator documentation added.
Siebrand Mazeland [Sat, 18 Sep 2010 13:23:17 +0000 (15:23 +0200)]
* L10n updates and translator documentation added.
* superfluous whitespace removed.

13 years ago* FIXME/CHECKMEs added for (possible) bad i18n
Siebrand Mazeland [Sat, 18 Sep 2010 13:10:49 +0000 (15:10 +0200)]
* FIXME/CHECKMEs added for (possible) bad i18n
* translator hints added
* superfluous whitespace removed

13 years agoremove superfluous whitespace
Siebrand Mazeland [Sat, 18 Sep 2010 12:39:06 +0000 (14:39 +0200)]
remove superfluous whitespace

13 years ago* update L10n
Siebrand Mazeland [Sat, 18 Sep 2010 12:35:04 +0000 (14:35 +0200)]
* update L10n
* remove superfluous whitespace

13 years agoUpdate i18n/L10n
Siebrand Mazeland [Sat, 18 Sep 2010 12:31:03 +0000 (14:31 +0200)]
Update i18n/L10n

13 years agoAdd translator hints.
Siebrand Mazeland [Sat, 18 Sep 2010 10:05:27 +0000 (12:05 +0200)]
Add translator hints.

13 years agoUpdate L10n.
Siebrand Mazeland [Sat, 18 Sep 2010 09:52:35 +0000 (11:52 +0200)]
Update L10n.

13 years ago* update i18n/L10n
Siebrand Mazeland [Sat, 18 Sep 2010 09:50:27 +0000 (11:50 +0200)]
* update i18n/L10n
* remove superfluous whitespace

13 years ago* update i18n/L10n
Siebrand Mazeland [Sat, 18 Sep 2010 09:45:50 +0000 (11:45 +0200)]
* update i18n/L10n
* remove superfluous whitespace

13 years ago* update i18n/L10n
Siebrand Mazeland [Sat, 18 Sep 2010 09:43:17 +0000 (11:43 +0200)]
* update i18n/L10n
* remove superfluous whitespace

13 years agoUpdate L10n.
Siebrand Mazeland [Sat, 18 Sep 2010 09:36:40 +0000 (11:36 +0200)]
Update L10n.

13 years ago* L10n update
Siebrand Mazeland [Sat, 18 Sep 2010 09:27:37 +0000 (11:27 +0200)]
* L10n update
* superfluous whitespace removed.

13 years ago* i18n/L10n updates
Siebrand Mazeland [Sat, 18 Sep 2010 09:25:11 +0000 (11:25 +0200)]
* i18n/L10n updates
* superfluous whitespace removed

13 years agoUpdate i18n/L10n.
Siebrand Mazeland [Sat, 18 Sep 2010 08:41:13 +0000 (10:41 +0200)]
Update i18n/L10n.

13 years agoUpdate L10n.
Siebrand Mazeland [Sat, 18 Sep 2010 08:32:54 +0000 (10:32 +0200)]
Update L10n.

13 years agoUpdate L10n
Siebrand Mazeland [Sat, 18 Sep 2010 08:30:45 +0000 (10:30 +0200)]
Update L10n

13 years agoUpdate i18n/L10n.
Siebrand Mazeland [Sat, 18 Sep 2010 08:25:13 +0000 (10:25 +0200)]
Update i18n/L10n.

13 years agoRemove do_translatewiki_plugin(). No longer needed.
Siebrand Mazeland [Fri, 17 Sep 2010 22:23:38 +0000 (00:23 +0200)]
Remove do_translatewiki_plugin(). No longer needed.

Replaced by MediaWiki Translate extension script http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Translate/scripts/genStatusNetPluginsConfig.php?view=markup

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Thu, 16 Sep 2010 23:21:14 +0000 (01:21 +0200)]
Localisation updates from http://translatewiki.net

13 years agoTicket #2731: Fix for regression in posting to remote groups (regression in 2d4e0693c...
Brion Vibber [Thu, 16 Sep 2010 21:43:27 +0000 (14:43 -0700)]
Ticket #2731: Fix for regression in posting to remote groups (regression in 2d4e0693c88bb8cad47f917db3ac5ecfacf28619)

Changes in 2d4e0693c88bb8cad47f917db3ac5ecfacf28619 changed Ostatus_profile::filterReplies() (which sorts out the local, remote, and group recipients on incoming remote messages) from checking for remote profiles with a safe call to Ostatus_profile::staticGet() to calls through Ostatus_profile::ensureProfileURL() and Ostatus_profile::ensureWebfinger(), which throw exceptions and thus abort processing.
Since this was done before checking for local groups, the filter would fail when the ensure* functions determined it was looking at a local group and rightfully refused to create a remote group profile for it.

Changing the calls to the ensure* functions was done so we can record remote reply recipients for future reply-to-reply processing (the staticGet() call was a cheaper way to do a lookup when we knew we only actually had to process groups that somebody signed up to); most important fix is simply to actually check for the exception! :)

Here I'm changing the order of processing so we do the local group lookup first -- where it's nice and safe -- and then when we do the remote checks, we'll go ahead and gracefully skip that entry if the full remote lookup fails, so we'll still process any following recipients.

13 years agoTicket #2725 - add StatusNet Mobile & platform variants to default notice sources...
Brion Vibber [Thu, 16 Sep 2010 19:36:18 +0000 (12:36 -0700)]
Ticket #2725 - add StatusNet Mobile & platform variants to default notice sources lists.

To add just these to an existing table:

INSERT INTO notice_source
    (code, name, url, created)
VALUES
    ('StatusNet Mobile', 'StatusNet Mobile', 'http://status.net/mobile', now()),
    ('StatusNet iPhone', 'iPhone', 'http://status.net/iphone', now()),
    ('StatusNet Android', 'Android', 'http://status.net/android', now()),
    ('StatusNet Blackberry', 'Blackberry', 'http://status.net/blackberry', now());

13 years agoExplicitly mark a translator note on the command list help message that the command...
Brion Vibber [Thu, 16 Sep 2010 18:05:31 +0000 (11:05 -0700)]
Explicitly mark a translator note on the command list help message that the command names must not be translated

13 years agoAdd plural support for minutes/hours/days/months ago.
Siebrand Mazeland [Wed, 15 Sep 2010 22:07:47 +0000 (00:07 +0200)]
Add plural support for minutes/hours/days/months ago.

Reapply of revised b27882c9166191de4aaea298ba1b1a524cfe9ac7 that was reverted by Brion Vibber in 2d4c0f9a47f6534c578a37abe79670cec699caae.

13 years agoMove standalone plugin files into subdirectories so they can have locale data, etc...
Brion Vibber [Wed, 15 Sep 2010 21:09:23 +0000 (14:09 -0700)]
Move standalone plugin files into subdirectories so they can have locale data, etc added to them at leisure.

13 years agoRevert "Add plural support for minutes/hours/days/months ago." -- currently doesn...
Brion Vibber [Wed, 15 Sep 2010 21:09:52 +0000 (14:09 -0700)]
Revert "Add plural support for minutes/hours/days/months ago." -- currently doesn't work and spews error messages

This reverts commit b27882c9166191de4aaea298ba1b1a524cfe9ac7.

13 years agoUpdate/add pot files for plugins.
Siebrand Mazeland [Tue, 14 Sep 2010 23:16:45 +0000 (01:16 +0200)]
Update/add pot files for plugins.

13 years agoL10n: Fix punctuation.
Siebrand Mazeland [Tue, 14 Sep 2010 20:30:55 +0000 (22:30 +0200)]
L10n: Fix punctuation.

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Tue, 14 Sep 2010 20:01:27 +0000 (22:01 +0200)]
Localisation updates from http://translatewiki.net

13 years ago* i18n/L10n updates
Siebrand Mazeland [Tue, 14 Sep 2010 19:45:13 +0000 (21:45 +0200)]
* i18n/L10n updates
* superfluous whitespace removed

13 years ago* i18n/L10n updates
Siebrand Mazeland [Tue, 14 Sep 2010 19:33:57 +0000 (21:33 +0200)]
* i18n/L10n updates
* superfluous whitespace removed

13 years ago* update/add translator documentation
Siebrand Mazeland [Sun, 12 Sep 2010 22:57:35 +0000 (00:57 +0200)]
* update/add translator documentation
* remove superfluous whitespace

13 years ago* update/add translator documentation
Siebrand Mazeland [Sun, 12 Sep 2010 22:49:42 +0000 (00:49 +0200)]
* update/add translator documentation
* remove superfluous whitespace

13 years agoMove translator hint to where gettext will actually see it and replace tab by spaces.
Siebrand Mazeland [Sun, 12 Sep 2010 22:21:45 +0000 (00:21 +0200)]
Move translator hint to where gettext will actually see it and replace tab by spaces.

13 years agoFix typos in translator comments.
Siebrand Mazeland [Sun, 12 Sep 2010 22:16:00 +0000 (00:16 +0200)]
Fix typos in translator comments.

13 years agoRemove trailing whitespace and update comment consistency on methods.
Siebrand Mazeland [Sun, 12 Sep 2010 22:14:36 +0000 (00:14 +0200)]
Remove trailing whitespace and update comment consistency on methods.

13 years agoAdd plural support for minutes/hours/days/months ago.
Siebrand Mazeland [Sun, 12 Sep 2010 22:07:43 +0000 (00:07 +0200)]
Add plural support for minutes/hours/days/months ago.

13 years agoUpdate translator documentation.
Siebrand Mazeland [Sun, 12 Sep 2010 16:34:33 +0000 (18:34 +0200)]
Update translator documentation.

13 years agoUpdate translator documentation and add punctuation where missing to exception messages.
Siebrand Mazeland [Sun, 12 Sep 2010 16:24:44 +0000 (18:24 +0200)]
Update translator documentation and add punctuation where missing to exception messages.

13 years agoFix i18n issue and add translator documentation.
Siebrand Mazeland [Sun, 12 Sep 2010 16:11:28 +0000 (18:11 +0200)]
Fix i18n issue and add translator documentation.

13 years agoUpdate translator documentation.
Siebrand Mazeland [Sun, 12 Sep 2010 15:49:56 +0000 (17:49 +0200)]
Update translator documentation.

13 years ago* add two FIXMEs for gettext messages not being processed.
Siebrand Mazeland [Sun, 12 Sep 2010 15:44:28 +0000 (17:44 +0200)]
* add two FIXMEs for gettext messages not being processed.
* update translator documentation.

13 years agoUpdate translator documentation.
Siebrand Mazeland [Sun, 12 Sep 2010 15:43:43 +0000 (17:43 +0200)]
Update translator documentation.

13 years agoUpdate/add translator documentation.
Siebrand Mazeland [Sun, 12 Sep 2010 15:27:38 +0000 (17:27 +0200)]
Update/add translator documentation.

13 years agoUpdate incomplete documentation.
Siebrand Mazeland [Sun, 12 Sep 2010 15:17:43 +0000 (17:17 +0200)]
Update incomplete documentation.

13 years agoAdd translator hint.
Siebrand Mazeland [Sun, 12 Sep 2010 15:08:49 +0000 (17:08 +0200)]
Add translator hint.

13 years agoMerge branch 'testing' into 0.9.x
Evan Prodromou [Thu, 9 Sep 2010 19:02:33 +0000 (15:02 -0400)]
Merge branch 'testing' into 0.9.x

13 years agoMerge branch 'master' into testing
Evan Prodromou [Thu, 9 Sep 2010 19:02:10 +0000 (15:02 -0400)]
Merge branch 'master' into testing

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Thu, 9 Sep 2010 18:12:46 +0000 (20:12 +0200)]
Localisation updates from http://translatewiki.net
* fixes several po -> mo issues in 'cs' and 'ka' also reported at https://bugzilla.wikimedia.org/show_bug.cgi?id=25120
* removed some unneeded leading spaces in 'cs'

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Thu, 9 Sep 2010 17:44:51 +0000 (19:44 +0200)]
Localisation updates from http://translatewiki.net

13 years agofix typo in the comment (for better copy & pasting)
James Walker [Thu, 9 Sep 2010 17:14:52 +0000 (13:14 -0400)]
fix typo in the comment (for better copy & pasting)

13 years agoinclude changelog and version changes in text
Evan Prodromou [Thu, 9 Sep 2010 15:26:15 +0000 (11:26 -0400)]
include changelog and version changes in text

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Wed, 8 Sep 2010 22:45:41 +0000 (00:45 +0200)]
Localisation updates from http://translatewiki.net

13 years agoBump version to 0.9.5
Brion Vibber [Wed, 8 Sep 2010 22:35:23 +0000 (15:35 -0700)]
Bump version to 0.9.5

13 years agoFix for mismatched final newline in a message (also fixed upstream on translatewiki...
Brion Vibber [Wed, 8 Sep 2010 22:06:03 +0000 (15:06 -0700)]
Fix for mismatched final newline in a message (also fixed upstream on translatewiki.net)

13 years agochange the event we use for deleting a linked status on Twitter
Evan Prodromou [Wed, 8 Sep 2010 20:40:37 +0000 (16:40 -0400)]
change the event we use for deleting a linked status on Twitter

13 years agoadd a hook for when someone deletes their own notice
Evan Prodromou [Wed, 8 Sep 2010 20:37:12 +0000 (16:37 -0400)]
add a hook for when someone deletes their own notice

13 years agomove notice_to_status initialization code to run-once script
Evan Prodromou [Wed, 8 Sep 2010 20:10:07 +0000 (16:10 -0400)]
move notice_to_status initialization code to run-once script

13 years agoPragma was accidentally triggering some underwear-catapult-connected hardware
Evan Prodromou [Wed, 8 Sep 2010 19:41:39 +0000 (15:41 -0400)]
Pragma was accidentally triggering some underwear-catapult-connected hardware

13 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Wed, 8 Sep 2010 18:48:09 +0000 (11:48 -0700)]
Merge branch 'testing' into 0.9.x

13 years agoMerge branch 'master' into testing
Brion Vibber [Wed, 8 Sep 2010 18:47:44 +0000 (11:47 -0700)]
Merge branch 'master' into testing

13 years agoFix for #2663: fix for original/96px-size avatars getting saved with bad permissions...
Brion Vibber [Tue, 7 Sep 2010 23:49:05 +0000 (16:49 -0700)]
Fix for #2663: fix for original/96px-size avatars getting saved with bad permissions, causing failure to see images if background queues are different user from web server.

The original-size file is now forced to 0644 (all-readable), which should help. Not sure this is 100% ideal, but it's better than 0600!
(The other sizes were being created in other code and had sane read perms already.)

Watch out for similar issues in Twitter bridge etc; avatar import code should get cleaned up and consolidated.

13 years agoQuick fix for #2659: unable to login with Livejournal OpenID
Brion Vibber [Tue, 7 Sep 2010 23:15:32 +0000 (16:15 -0700)]
Quick fix for #2659: unable to login with Livejournal OpenID

The Net::OpenID::Server perl module that LJ uses appears to be very picky about input, and rejects most request types unless the data comes in as GET parameters (apparently following OpenID 1.1 rules, rather than OpenID 2.0 rules which permit any request to be POSTed but requires that if so, the data must all be in the POST body).
Apparently something got updated on LJ at some point that's either added that behavior or (more likely) added the OpenID 2.0 namespace info to discovery, which tells the Janrain-based OpenID libraries that they should go ahead and do POST requests instead of redirects to GET requests... thus breaking everything. ;)

GET should be just fine for both 1.1 and 2.0 though, and also saves having to sit through that lame autosubmit page.

Switched the authentication submission from checking whether it should redirect to GET or do a form POST, to simply always doing the redirect to GET.

Tested against providers:
* LiveJournal
* Google
* LaunchPad
* identi.ca

13 years agoMerge branch 'openid-fix' into 0.9.x
Brion Vibber [Tue, 7 Sep 2010 23:20:27 +0000 (16:20 -0700)]
Merge branch 'openid-fix' into 0.9.x

13 years agoQuick fix for #2659: unable to login with Livejournal OpenID
Brion Vibber [Tue, 7 Sep 2010 23:15:32 +0000 (16:15 -0700)]
Quick fix for #2659: unable to login with Livejournal OpenID

The Net::OpenID::Server perl module that LJ uses appears to be very picky about input, and rejects most request types unless the data comes in as GET parameters (apparently following OpenID 1.1 rules, rather than OpenID 2.0 rules which permit any request to be POSTed but requires that if so, the data must all be in the POST body).
Apparently something got updated on LJ at some point that's either added that behavior or (more likely) added the OpenID 2.0 namespace info to discovery, which tells the Janrain-based OpenID libraries that they should go ahead and do POST requests instead of redirects to GET requests... thus breaking everything. ;)

GET should be just fine for both 1.1 and 2.0 though, and also saves having to sit through that lame autosubmit page.

Switched the authentication submission from checking whether it should redirect to GET or do a form POST, to simply always doing the redirect to GET.

Tested against providers:
* LiveJournal
* Google
* LaunchPad
* identi.ca

13 years agoMerge branch 'apinamespace' into 0.9.x
Evan Prodromou [Tue, 7 Sep 2010 20:39:43 +0000 (16:39 -0400)]
Merge branch 'apinamespace' into 0.9.x

13 years agotext substitution is Unicode-aware for twitterstatusfetcher
Evan Prodromou [Tue, 7 Sep 2010 19:54:06 +0000 (15:54 -0400)]
text substitution is Unicode-aware for twitterstatusfetcher

13 years agoFix pkeyget call
Evan Prodromou [Tue, 7 Sep 2010 19:34:10 +0000 (15:34 -0400)]
Fix pkeyget call

Fix the pkeyget call in Twitter_synch_Status

13 years agostaticGet -> pkeyGet in Twitter_synch_status
Evan Prodromou [Tue, 7 Sep 2010 19:29:36 +0000 (15:29 -0400)]
staticGet -> pkeyGet in Twitter_synch_status

13 years agodebug statements for setting/getting last id
Evan Prodromou [Tue, 7 Sep 2010 15:53:26 +0000 (11:53 -0400)]
debug statements for setting/getting last id

13 years agoStore foreign ID for synch info, not user ID
Evan Prodromou [Tue, 7 Sep 2010 14:53:11 +0000 (10:53 -0400)]
Store foreign ID for synch info, not user ID

13 years agoremove data dump of retrieved statuses
Evan Prodromou [Tue, 7 Sep 2010 08:42:23 +0000 (04:42 -0400)]
remove data dump of retrieved statuses

13 years agoCorrect DB_DataObject constant in Twitter_synch_status
Evan Prodromou [Tue, 7 Sep 2010 08:35:14 +0000 (04:35 -0400)]
Correct DB_DataObject constant in Twitter_synch_status

13 years agoMissing comma in column list in Twitter_synch_status
Evan Prodromou [Tue, 7 Sep 2010 08:33:28 +0000 (04:33 -0400)]
Missing comma in column list in Twitter_synch_status

13 years agoadd modified column to twitter_synch_status
Evan Prodromou [Tue, 7 Sep 2010 08:32:01 +0000 (04:32 -0400)]
add modified column to twitter_synch_status

13 years agoMerge branch 'twitterannoyances' of gitorious.org:~evan/statusnet/evans-mainline...
Evan Prodromou [Tue, 7 Sep 2010 08:27:18 +0000 (04:27 -0400)]
Merge branch 'twitterannoyances' of gitorious.org:~evan/statusnet/evans-mainline into twitterannoyances

Conflicts:
plugins/TwitterBridge/TwitterBridgePlugin.php
plugins/TwitterBridge/daemons/twitterstatusfetcher.php

13 years agouse and save since_id parameter for home_timeline
Evan Prodromou [Tue, 7 Sep 2010 08:22:55 +0000 (04:22 -0400)]
use and save since_id parameter for home_timeline

13 years agosave synch status for different timelines
Evan Prodromou [Tue, 7 Sep 2010 08:17:36 +0000 (04:17 -0400)]
save synch status for different timelines

13 years agosave Twitter mentions as StatusNet replies
Evan Prodromou [Mon, 6 Sep 2010 12:54:04 +0000 (08:54 -0400)]
save Twitter mentions as StatusNet replies

13 years agoadd back in # and @ for links
Evan Prodromou [Sun, 5 Sep 2010 17:19:49 +0000 (13:19 -0400)]
add back in # and @ for links

13 years agoadd Twitter-approved links to Twitter statuses
Evan Prodromou [Sun, 5 Sep 2010 17:16:04 +0000 (13:16 -0400)]
add Twitter-approved links to Twitter statuses

13 years agobetter handling of params in oauthget
Evan Prodromou [Sun, 5 Sep 2010 05:49:49 +0000 (01:49 -0400)]
better handling of params in oauthget

13 years agobetter param handling in hometimeline
Evan Prodromou [Sun, 5 Sep 2010 05:40:15 +0000 (01:40 -0400)]
better param handling in hometimeline

13 years agoinclude entities in the results of home_timeline
Evan Prodromou [Sun, 5 Sep 2010 05:25:48 +0000 (01:25 -0400)]
include entities in the results of home_timeline

13 years agodelete Twitter notice if it was posted from here
Evan Prodromou [Sun, 5 Sep 2010 05:17:56 +0000 (01:17 -0400)]
delete Twitter notice if it was posted from here

13 years agoNotify Twitter when StatusNet user faves/disfaves a Twitter notice
Evan Prodromou [Sun, 5 Sep 2010 05:07:11 +0000 (01:07 -0400)]
Notify Twitter when StatusNet user faves/disfaves a Twitter notice

13 years agousing null variable in twitter_status_id()
Evan Prodromou [Sun, 5 Sep 2010 04:45:45 +0000 (00:45 -0400)]
using null variable in twitter_status_id()

13 years agocheck status_id before trying to retweet it
Evan Prodromou [Sun, 5 Sep 2010 04:42:58 +0000 (00:42 -0400)]
check status_id before trying to retweet it

13 years agotruncate retweeted stuff if it's too long
Evan Prodromou [Sun, 5 Sep 2010 04:32:56 +0000 (00:32 -0400)]
truncate retweeted stuff if it's too long

13 years agocorrectly mark repeats from Twitter as non-local
Evan Prodromou [Sun, 5 Sep 2010 04:25:58 +0000 (00:25 -0400)]
correctly mark repeats from Twitter as non-local

13 years agocorrectly check for local notice to status mappings when notice originated here
Evan Prodromou [Sun, 5 Sep 2010 04:22:37 +0000 (00:22 -0400)]
correctly check for local notice to status mappings when notice originated here

13 years agouse bigint for status_ids
Evan Prodromou [Sun, 5 Sep 2010 04:11:31 +0000 (00:11 -0400)]
use bigint for status_ids

13 years agodebug output when saving new mapping
Evan Prodromou [Sun, 5 Sep 2010 04:07:02 +0000 (00:07 -0400)]
debug output when saving new mapping

13 years agodo a uniqueness check before saving new notice-to-status mapping
Evan Prodromou [Sun, 5 Sep 2010 04:05:11 +0000 (00:05 -0400)]
do a uniqueness check before saving new notice-to-status mapping

13 years agoSQL syntax error when initializing notice_to_status table
Evan Prodromou [Sun, 5 Sep 2010 03:55:53 +0000 (23:55 -0400)]
SQL syntax error when initializing notice_to_status table

13 years agoDelete Notice_to_status when a notice is deleted
Evan Prodromou [Sun, 5 Sep 2010 03:52:26 +0000 (23:52 -0400)]
Delete Notice_to_status when a notice is deleted

13 years agouse Notice_to_status to check for duplicates
Evan Prodromou [Sun, 5 Sep 2010 03:49:52 +0000 (23:49 -0400)]
use Notice_to_status to check for duplicates

13 years agoSave notice-to-status mapping in its own table
Evan Prodromou [Sun, 5 Sep 2010 03:45:55 +0000 (23:45 -0400)]
Save notice-to-status mapping in its own table

Introduce a table mapping notices to Twitter statuses. Initialize
this table at checkSchema() time. Save the mapping when we push
or pull statuses. Use the table to determine if a notice has a
Twitter equivalent.

13 years agoadd in_reply_to_status_id if notice is from twitter
Evan Prodromou [Sun, 5 Sep 2010 03:00:18 +0000 (23:00 -0400)]
add in_reply_to_status_id if notice is from twitter