Add URI parameter to /api/meta (#3748)
* Add URI parameter to /api/meta closes #3747 * Update fetch-meta.ts * Update meta.ts
This commit is contained in:
		| @@ -42,6 +42,7 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => { | |||||||
| 		clientVersion: client.version, | 		clientVersion: client.version, | ||||||
|  |  | ||||||
| 		name: instance.name, | 		name: instance.name, | ||||||
|  | 		uri: config.url, | ||||||
| 		description: instance.description, | 		description: instance.description, | ||||||
| 		langs: instance.langs, | 		langs: instance.langs, | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 ibrokemypie
					ibrokemypie