]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - plugins/TwitterBridge/lib/tweetinqueuehandler.php
Removed Inbox from core (unused since 4b2a66ed29091209c05d74755e42f96265c846ce)
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 6 Mar 2014 03:36:00 +0000 (04:36 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 6 Mar 2014 03:46:29 +0000 (04:46 +0100)
commit2272cc244d04ff974cb3ef23538a6fc7a1cee277
tree3d4963de1deff450c2dc97c32569737468ed9098
parent4b2a66ed29091209c05d74755e42f96265c846ce
Removed Inbox from core (unused since 4b2a66ed29091209c05d74755e42f96265c846ce)

Added the following FIXME:
How should a Twitter user get their Inbox filled with foreign tweets?

Every imported Twitter user has a profile in the Profile table, so we
could setup a Subscription entry for each of those, meaning they get
collected in the InboxNoticeStream... But this would mean a lot of
unnecessary entries and listings that generally just point to the
locked down Twitter service.

Let's figure out a good relation so we can connect any profile to any
imported foreign notice, so it shows up in the "all" feed.
classes/Inbox.php [deleted file]
classes/Notice.php
classes/User.php
db/core.php
lib/distribqueuehandler.php
lib/inboxnoticestream.php
lib/inboxtagcloudsection.php
plugins/TwitterBridge/lib/tweetinqueuehandler.php
plugins/TwitterBridge/scripts/streamtest.php
scripts/upgrade.php