diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-03-06 21:16:34 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-03-16 09:02:20 +0100 |
commit | 9a2523a09a2d9ccf5db12ef648444c51a98ab113 (patch) | |
tree | 466825a56d7e20bb56d310b13a0264904252f8bb /test/fixtures/mastodon-nodeinfo20.json | |
parent | 714bf0cb2332050a3a64c6197dae729cf7de1b95 (diff) | |
download | pleroma-9a2523a09a2d9ccf5db12ef648444c51a98ab113.tar.gz pleroma-9a2523a09a2d9ccf5db12ef648444c51a98ab113.zip |
instances: Store some metadata based on NodeInfo
Diffstat (limited to 'test/fixtures/mastodon-nodeinfo20.json')
-rw-r--r-- | test/fixtures/mastodon-nodeinfo20.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/mastodon-nodeinfo20.json b/test/fixtures/mastodon-nodeinfo20.json new file mode 100644 index 000000000..35010fdf0 --- /dev/null +++ b/test/fixtures/mastodon-nodeinfo20.json @@ -0,0 +1 @@ +{"version":"2.0","software":{"name":"mastodon","version":"4.1.0"},"protocols":["activitypub"],"services":{"outbound":[],"inbound":[]},"usage":{"users":{"total":971090,"activeMonth":167218,"activeHalfyear":384808},"localPosts":52071541},"openRegistrations":true,"metadata":{}}
\ No newline at end of file |