diff --git a/source/_data/mastodon.json b/source/_data/mastodon.json index 8e1e12c..d1dd5c4 100644 --- a/source/_data/mastodon.json +++ b/source/_data/mastodon.json @@ -85,6 +85,10 @@ "image preview with focal points", "account verification with links" ], + "information": + [ + "Direct messages (\"private messages\") will safely be delivered with limited visibility (non public) only between Mastodon users. Friends from other networks may get such \"direct message\" as public (visible to all) because some networks (like GNU Social) don't support DMs, and some other projects don't know how to handle them for now (Friendica, Hubzilla). Keep that in mind when sharing something private via DM." + ], "donate": "https://patreon.com/mastodon", "tracker": "https://github.com/tootsuite/mastodon/issues", "bounty": "", @@ -285,6 +289,16 @@ "url": "https://mastodon.social/@mxlinux", "avatar": "/img/avatars/mxlinux.png" }, + { + "name": "Gentoo", + "url": "https://fosstodon.org/@gentoo", + "avatar": "/img/avatars/gentoo.png" + }, + { + "name": "OpenSUSE", + "url": "https://fosstodon.org/@opensuse", + "avatar": "/img/avatars/opensuse.png" + }, { "name": "Purism", "url": "https://mastodon.social/@Purism", diff --git a/source/img/avatars/gentoo.png b/source/img/avatars/gentoo.png new file mode 100644 index 0000000..bd4b414 Binary files /dev/null and b/source/img/avatars/gentoo.png differ diff --git a/source/img/avatars/opensuse.png b/source/img/avatars/opensuse.png new file mode 100644 index 0000000..6e244c6 Binary files /dev/null and b/source/img/avatars/opensuse.png differ