Show Navigation
Conversation
Notices
-
I'm using https://pointer.federati.net/?da054f793be49ffd#CtnzpOR2zhWZZzlG8FnsLe94hRon6s1zl2ttXt5ScgI= to periodically make sure incoming posts are received. Some instances always remain 'inactive', even after I run this, but the majority of them will suddenly reappear in my timeline.
@maiyannah
-
@maiyannah XRevan86 adds:
"Here's a more elaborate version:"
cd plugins/OStatus/scripts/ && mysql -u gnusocial -p gnusocial -ss -e "SELECT uri FROM feedsub UNION SELECT feeduri AS uri FROM ostatus_profile WHERE profile_id IN (SELECT DISTINCT subscribed FROM subscription) ORDER BY uri;" | while read -r uri; do php resub-feed.php "$uri"; php testfeed.php "$uri"; done