Calckey as software name, finally!

This commit is contained in:
ThatOneCalculator 2022-07-19 10:49:43 -07:00
parent de6c93ceb6
commit 64ef31f8db
3 changed files with 4 additions and 4 deletions

View file

@ -59,7 +59,7 @@ export const packedFederationInstanceSchema = {
softwareName: {
type: 'string',
optional: false, nullable: true,
example: 'misskey',
example: 'calckey',
},
softwareVersion: {
type: 'string',

View file

@ -39,7 +39,7 @@ const nodeinfo2 = async () => {
return {
software: {
name: 'misskey',
name: 'calckey',
version: config.version,
repository: meta.repositoryUrl,
},

View file

@ -50,8 +50,8 @@ export default defineComponent({
return {
text: '',
flag: true,
radio: 'misskey',
mfm: `Hello world! This is an @example mention. BTW you are @${this.$i ? this.$i.username : 'guest'}.\nAlso, here is ${config.url} and [example link](${config.url}). for more details, see https://example.com.\nAs you know #misskey is open-source software.`
radio: 'calckey',
mfm: `Hello world! This is an @example mention. BTW, you are @${this.$i ? this.$i.username : 'guest'}.\nAlso, here is ${config.url} and [example link](${config.url}). for more details, see https://example.com.\nAs you know #misskey is open-source software.`
};
},