forked from FoundKeyGang/FoundKey
server: replace IRC with issue tracker as preferred feedback
The IRC channel is not a reliable means of communication for feedback because I don't use it (regularly).
This commit is contained in:
parent
7914fcfef2
commit
079a9e29ce
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ const nodeinfo2 = async (): Promise<NodeInfo2Base> => {
|
|||
langs: meta.langs,
|
||||
tosUrl: meta.ToSUrl,
|
||||
repositoryUrl: repository,
|
||||
feedbackUrl: 'ircs://irc.akkoma.dev/foundkey',
|
||||
feedbackUrl: 'https://akkoma.dev/FoundKeyGang/FoundKey/issues',
|
||||
disableRegistration: meta.disableRegistration,
|
||||
disableLocalTimeline: meta.disableLocalTimeline,
|
||||
disableGlobalTimeline: meta.disableGlobalTimeline,
|
||||
|
|
Loading…
Reference in a new issue