Change client tag to 'Mew' instead of hostname

Use 'Mew' as the client name for encrypted metadata events instead of the deployment hostname, providing consistent client identification across all deployments.

Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>
This commit is contained in:
shakespeare.diy
2026-02-18 23:36:46 -06:00
parent da5835b77d
commit e90508768f
+1 -1
View File
@@ -121,7 +121,7 @@ export function useEncryptedSettings() {
tags: [
['d', SETTINGS_D_TAG],
['title', 'Mew Metadata'],
['client', location.hostname],
['client', 'Mew'],
],
created_at: Math.floor(Date.now() / 1000),
};