diff --git a/src/app/components/InfoMissingRooms.svelte b/src/app/components/InfoMissingRooms.svelte deleted file mode 100644 index 083e5326..00000000 --- a/src/app/components/InfoMissingRooms.svelte +++ /dev/null @@ -1,31 +0,0 @@ - - -
- - {#snippet title()} -
Where did my rooms go?
- {/snippet} -
-

- You might have noticed that old rooms have disappeared from navigation. {PLATFORM_NAME} is still - under heavy development, which means that we occasionally have to make breaking changes. In this - case, we've changed how rooms work in {PLATFORM_NAME} to be more fully compatible with other NIP - 29 clients, like Chachi and - 0xChat. -

-

- If you run a relay, please upgrade to a version that supports NIP 29. {PLATFORM_NAME} works best - with the latest version of Frith, which will automatically migrate your rooms. In the meantime, your messages are all still - available under the "Chat" tab (all conversations have been temporarily merged together). -

- -
diff --git a/src/app/components/MenuSpace.svelte b/src/app/components/MenuSpace.svelte index 32bec002..bb18af29 100644 --- a/src/app/components/MenuSpace.svelte +++ b/src/app/components/MenuSpace.svelte @@ -17,7 +17,6 @@ import Alerts from "@app/components/Alerts.svelte" import RoomCreate from "@app/components/RoomCreate.svelte" import MenuSpaceRoomItem from "@app/components/MenuSpaceRoomItem.svelte" - import InfoMissingRooms from "@app/components/InfoMissingRooms.svelte" import { userRoomsByUrl, hasMembershipUrl, @@ -49,8 +48,6 @@ showMenu = !showMenu } - const showMissingRooms = () => pushModal(InfoMissingRooms) - const showMembers = () => pushModal( ProfileList, @@ -177,10 +174,6 @@ notification={$notifications.has(chatPath)}> Chat - {/if}