mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

Merged tootsuite/mastodon at dd5cb5085c35516163c7cce1289c4bd81c936a28.

This triggered two migratinos:

20170905044538 AddIndexIdAccountIdActivityTypeOnNotifications:
add_index(:notifications, [:id, :account_id, :activity_type], {:order=>{:id=>:desc}})

20170905165803 AddLocalToStatuses:
add_column(:statuses, :local, :boolean, {:null=>true, :default=>false})