Tidy
This commit is contained in:
parent
ccd229d7c6
commit
8822a7cc3d
|
@ -415,13 +415,13 @@ module.exports = () => {
|
||||||
|
|
||||||
// General ActivityPub integration configuration
|
// General ActivityPub integration configuration
|
||||||
activityPub: {
|
activityPub: {
|
||||||
|
// by default, don't include auto-signatures in AP outgoing
|
||||||
|
autoSignatures: false,
|
||||||
|
|
||||||
// Mimics Mastodon max 500 characters for *outgoing* Notes
|
// Mimics Mastodon max 500 characters for *outgoing* Notes
|
||||||
// (messages destined for ActivityPub); This is a soft limit;
|
// (messages destined for ActivityPub); This is a soft limit;
|
||||||
// Implementations including Mastodon should still display
|
// Implementations including Mastodon should still display
|
||||||
// longer messages, but this keeps us as a "good citizen"
|
// longer messages, but this keeps us as a "good citizen"
|
||||||
autoSignatures: false,
|
|
||||||
|
|
||||||
// by default, don't include auto-signatures in AP outgoing
|
|
||||||
maxMessageLength: 500,
|
maxMessageLength: 500,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue