Loading backend/src/lib/delivery/mastodon.ts +2 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,8 @@ class MastodonCompatible_ extends DeliveryProvider<{ token: string }> { isThisFor(software_name: string): boolean { // TODO: add other softwares that work w/ mastodon DMs return software_name === "mastodon"; const compatible = ["mastodon", "pixelfed"]; return compatible.indexOf(software_name) > -1; } async send( Loading Loading
backend/src/lib/delivery/mastodon.ts +2 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,8 @@ class MastodonCompatible_ extends DeliveryProvider<{ token: string }> { isThisFor(software_name: string): boolean { // TODO: add other softwares that work w/ mastodon DMs return software_name === "mastodon"; const compatible = ["mastodon", "pixelfed"]; return compatible.indexOf(software_name) > -1; } async send( Loading