]> 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>
Sun, 5 Sep 2010 03:45:55 +0000 (23:45 -0400)
commit16b219f1efbb9ed078a279a798b60ce1ac4ed100
tree38f19cd27a96ec5d11264e16e74665ad800e2e35
parent4aca91d05d428c6e9fb7541c4d627e992b221c34
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