Add Followed hashtags page

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2023-07-02 13:19:27 +02:00
parent 174be975c8
commit 8646aa5572
9 changed files with 24 additions and 2 deletions

View File

@ -40,7 +40,6 @@ describe('parseVersion', () => {
software: 'TruthSocial',
version: '1.0.0',
compatVersion: '3.4.1',
build: 'nightly-20230627',
});
});
@ -70,6 +69,7 @@ describe('parseVersion', () => {
software: 'Mastodon',
version: '4.1.2',
compatVersion: '4.1.2',
build: 'nightly-20230627',
});
});
});