Update the project homepage and IRC channel

This commit is contained in:
Alexei Sorokin
2021-06-12 11:30:12 +03:00
committed by Diogo Peralta Cordeiro
parent 76a1facd55
commit c5e433d577
6 changed files with 10 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ const ACTIVITYPUB_PUBLIC_TO = ['https://www.w3.org/ns/activitystreams#Public',
];
const ACTIVITYPUB_HTTP_CLIENT_HEADERS = [
'Accept: application/ld+json; profile="https://www.w3.org/ns/activitystreams"',
'User-Agent: GNUsocialBot ' . GNUSOCIAL_VERSION . ' - https://gnusocial.network'
'User-Agent: GNUsocialBot ' . GNUSOCIAL_VERSION . ' - https://gnusocial.rocks'
];
/**

View File

@@ -240,7 +240,7 @@ class DirectMessagePlugin extends Plugin
'name' => 'Direct Message',
'version' => self::PLUGIN_VERSION,
'author' => 'Mikael Nordfeldth, Bruno Casteleiro',
'homepage' => 'https://gnu.social/',
'homepage' => 'https://gnusocial.rocks/',
'rawdescription' =>
// TRANS: Plugin description.
_m('Direct Message to other local users.')