Conversation
Notices
-
rtsn (rtsn@gnusocial.de)'s status on Friday, 12-Jan-2018 04:04:33 EST rtsn
hmm I'm getting very few posts in my home timeline -
therubackup (therubackup@theru.xyz)'s status on Friday, 12-Jan-2018 16:19:12 EST therubackup
I often have to unsub/resub mastodon users to get them back in my timeline -
zoowar (zoowar@indy.im)'s status on Friday, 12-Jan-2018 16:41:45 EST zoowar
And it flat out doesn't work with StatusNet. -
therubackup (therubackup@theru.xyz)'s status on Friday, 12-Jan-2018 16:44:09 EST therubackup
@zoowar why would anyone still be on status.net? -
Michael Vogel (heluecht@pirati.ca)'s status on Friday, 12-Jan-2018 16:54:51 EST Michael Vogel
@theru In fact my system does know 12 servers, still on Statusnet - two on 0.9x versions. -
therubackup (therubackup@theru.xyz)'s status on Saturday, 13-Jan-2018 01:57:46 EST therubackup
so possibly 12 people running status.net or not having used it for a long time.
-
-
zoowar (zoowar@indy.im)'s status on Friday, 12-Jan-2018 16:46:17 EST zoowar
OStatus hasn't changed. -
Michael Vogel (heluecht@pirati.ca)'s status on Friday, 12-Jan-2018 17:14:39 EST Michael Vogel
@zoowar It has in some details. -
therubackup (therubackup@theru.xyz)'s status on Saturday, 13-Jan-2018 01:57:07 EST therubackup
the world has thought
-
-
-
-
-
Michael Vogel (heluecht@pirati.ca)'s status on Friday, 12-Jan-2018 16:26:02 EST Michael Vogel
@rtsn There is a resubscribe command that can be executed by the admin. That should help. -
Michael Vogel (heluecht@pirati.ca)'s status on Friday, 12-Jan-2018 17:19:42 EST Michael Vogel
@rtsn Run this command:
./gcfeeds.php | grep -i inactive | awk '{print $1}' | while read feed; do php -f ./resub-feed.php "$feed"; done
in the folder plugins/OStatus/scripts
-