Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mastodon] Use ActivityPub outbox for Mastodon (et al.) feed #2756

Merged
merged 12 commits into from
Jun 20, 2022
Prev Previous commit
Next Next commit
[Mastodon] shorten description to satisfy the lint
  • Loading branch information
austinhuang0131 committed Jun 19, 2022

Verified

This commit was signed with the committer’s verified signature.
austinhuang0131 Austin Huang
commit 1832da46474fb58333f0341094286881ba385f2d
2 changes: 1 addition & 1 deletion bridges/MastodonBridge.php
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ class MastodonBridge extends BridgeAbstract {
const MAINTAINER = 'Austin Huang';
const NAME = 'ActivityPub Bridge';
const CACHE_TIMEOUT = 900; // 15mn
const DESCRIPTION = 'Returns recent statuses. Supports ActivityPub-compatible platforms, including Mastodon, Pleroma and Misskey.';
const DESCRIPTION = 'Returns recent statuses. Supports Mastodon, Pleroma and Misskey, among others.';
const URI = 'https://mastodon.social';

const PARAMETERS = array(array(