elekk.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.

Server stats:

70
active users

#ananas

0 posts0 participants0 posts today
Public

USERS: a heads-up! Notification streaming in ananas is broken as of 1.0.0b4 because of a function name change upstream.

Use `pip3 show ananas` to give you the directory ananas is in.

On line 284 of ananas/ananas.py, you'll see:

self.stream = self.mastodon.user_stream(self, async=True)

This needs to change to

self.stream = self.mastodon.stream_user(self, async=True)

I've submitted a PR to change it, but you can do it on your own for now. (cc: @zigg )