From a35c9fa159173388d88ef77e1d31f53488aad094 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Fri, 3 Apr 2026 22:55:30 +0200 Subject: Generalize for all fediverse accounts --- .../accounts/services/fediverse-microblog.service | 32 ++++++++++++++++++++++ .../services/fediverse-notifications.service | 32 ++++++++++++++++++++++ .../accounts/services/fediverse-sharing.service | 31 +++++++++++++++++++++ .../accounts/services/mastodon-microblog.service | 32 ---------------------- .../services/mastodon-notifications.service | 32 ---------------------- .../accounts/services/mastodon-sharing.service | 31 --------------------- 6 files changed, 95 insertions(+), 95 deletions(-) create mode 100644 settings/accounts/services/fediverse-microblog.service create mode 100644 settings/accounts/services/fediverse-notifications.service create mode 100644 settings/accounts/services/fediverse-sharing.service delete mode 100644 settings/accounts/services/mastodon-microblog.service delete mode 100644 settings/accounts/services/mastodon-notifications.service delete mode 100644 settings/accounts/services/mastodon-sharing.service (limited to 'settings/accounts/services') diff --git a/settings/accounts/services/fediverse-microblog.service b/settings/accounts/services/fediverse-microblog.service new file mode 100644 index 0000000..9070ec1 --- /dev/null +++ b/settings/accounts/services/fediverse-microblog.service @@ -0,0 +1,32 @@ + + + + + microblogging + /usr/share/translations/settings-accounts-fediverse + Posts + image://theme/icon-l-fediverse + fediverse + + + diff --git a/settings/accounts/services/fediverse-notifications.service b/settings/accounts/services/fediverse-notifications.service new file mode 100644 index 0000000..ea1b59b --- /dev/null +++ b/settings/accounts/services/fediverse-notifications.service @@ -0,0 +1,32 @@ + + + + + microblogging + /usr/share/translations/settings-accounts-fediverse + Notifications + image://theme/icon-l-fediverse + fediverse + + + diff --git a/settings/accounts/services/fediverse-sharing.service b/settings/accounts/services/fediverse-sharing.service new file mode 100644 index 0000000..f66f11b --- /dev/null +++ b/settings/accounts/services/fediverse-sharing.service @@ -0,0 +1,31 @@ + + + + + sharing + /usr/share/translations/settings-accounts-fediverse + Sharing + image://theme/icon-l-fediverse + fediverse + + + diff --git a/settings/accounts/services/mastodon-microblog.service b/settings/accounts/services/mastodon-microblog.service deleted file mode 100644 index 527f70f..0000000 --- a/settings/accounts/services/mastodon-microblog.service +++ /dev/null @@ -1,32 +0,0 @@ - - - - - microblogging - /usr/share/translations/settings-accounts-mastodon - Posts - image://theme/icon-l-mastodon - mastodon - - - diff --git a/settings/accounts/services/mastodon-notifications.service b/settings/accounts/services/mastodon-notifications.service deleted file mode 100644 index f5471c9..0000000 --- a/settings/accounts/services/mastodon-notifications.service +++ /dev/null @@ -1,32 +0,0 @@ - - - - - microblogging - /usr/share/translations/settings-accounts-mastodon - Notifications - image://theme/icon-l-mastodon - mastodon - - - diff --git a/settings/accounts/services/mastodon-sharing.service b/settings/accounts/services/mastodon-sharing.service deleted file mode 100644 index fdf342a..0000000 --- a/settings/accounts/services/mastodon-sharing.service +++ /dev/null @@ -1,31 +0,0 @@ - - - - - sharing - /usr/share/translations/settings-accounts-mastodon - Sharing - image://theme/icon-l-mastodon - mastodon - - - -- cgit v1.2.3