chore: Change Misskey references to Foundkey #142
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/misskey-to-foundkey"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #141
Not really sure about a few things like the logo displayed in the server console and the list of "main contributors".
70a659ce7b
toa1cb40f442
a1cb40f442
to1cc4b4d1b0
This is what the FoundKey ASCII logo in the server logs should look like without all of the escaping:
a979a10ebe
toc4646b984f
29c862f79a
to641e51b65e
641e51b65e
to64eb8946f2
4314057871
to21e5d51b6a
da4ce8aa62
tocb49627b89
cb49627b89
tofb5f55caa2
261fb94781
to9d11c8ab91
9d11c8ab91
to928eb74752
WIP: chore: Change Misskey references to Foundkeyto chore: Change Misskey references to FoundkeyI think this is about as much as I'm willing to do in this PR, barring of course any sort of nitpicks or major issues.
928eb74752
to6d4123b844
69e0829430
tof951a98471
@ -32,3 +32,3 @@
PropertyValue: 'schema:PropertyValue',
value: 'schema:value',
// Misskey
// FoundKey
Not that it matters much, but this part indeed is Misskey, not Foundkey.
@ -190,3 +190,3 @@
if (profile == null) {
ctx.throw(404, `@${username}#${discriminator}と連携しているMisskeyアカウントはありませんでした...`);
ctx.throw(404, `There were no FoundKey accounts linked to @${username}#${discriminator}...`);
Maybe these strings should use locale management. Are they user visible?
Not really sure.
43193c41be
to7b4253df79
I'd say fixing the nitpick is optional if you want. Looks good to me.
@ -277,1 +284,3 @@
ctx.body = `Discord: @${username}#${discriminator} を、Misskey: @${user.username} に接続しました!`;
ctx.body = i18n.t('_services._discord.connected', {
discordUserName: username,
discordDiscriminator: discriminator,
To make it perfect you could have named them
username
anddiscriminator
to use the object shorthand. But this works perfectly fine too.7b4253df79
toe507b1b888