add captain definition file

This commit is contained in:
Michael Zhang 2023-04-04 19:35:41 -05:00
parent f0fa49c291
commit ff046ef49a
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
2 changed files with 12 additions and 0 deletions

4
captain-definition Normal file
View File

@ -0,0 +1,4 @@
{
"schemaVersion": 2,
"dockerfilePath": "./Dockerfile"
}

View File

@ -97,6 +97,14 @@ function Home({ spaceId }) {
/>
)}
{roomIds.length !== 0 && (
<RoomsCategory
name="Rooms"
roomIds={roomIds.sort(roomIdByAtoZ)}
drawerPostie={drawerPostie}
/>
)}
{directIds.length !== 0 && (
<RoomsCategory
name="People"