]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Save notice-to-status mapping in its own table
authorEvan Prodromou <evan@status.net>
Sun, 5 Sep 2010 03:45:55 +0000 (23:45 -0400)
committerEvan Prodromou <evan@status.net>
Tue, 7 Sep 2010 08:00:58 +0000 (04:00 -0400)
commita1981770ce113d0fa20e5f1b57ddcf3d88177102
treea58c2bb272a061f2954e84eb190b02c16e3d1e80
parent17a16026ff9e0bce287b607e587a9ac7a9c3b74c
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.
plugins/TwitterBridge/Notice_to_status.php [new file with mode: 0644]
plugins/TwitterBridge/TwitterBridgePlugin.php
plugins/TwitterBridge/daemons/twitterstatusfetcher.php
plugins/TwitterBridge/twitter.php