refactor(core): remove legacy plebbit terminology

This commit is contained in:
Tommaso Casaburi
2026-04-17 10:48:27 +07:00
parent e366dac25c
commit ee7a5b5778
158 changed files with 626 additions and 836 deletions
+2 -2
View File
@@ -38,9 +38,9 @@ describe('view-utils', () => {
expect(isSettingsView('/music.eth/thread/cid-123/settings', params)).toBe(true);
});
it('supports deprecated subplebbitAddress params and marks unknown routes as not found', () => {
it('supports emoji board identifiers and marks unknown routes as not found', () => {
const params = {
subplebbitAddress: 'emoji-🎵.eth',
boardIdentifier: 'emoji-🎵.eth',
commentCid: 'cid-123',
};