Revert to da5835b: Rename encrypted settings d-tag to mew-metadata

This reverts the codebase back to the state at commit da5835b.

Reverted 1 commit(s):
- e905087: Change client tag to 'Mew' instead of hostname

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