Add the "add friends view to room creation

This commit is contained in:
N-Pex 2021-04-02 09:28:51 +02:00
parent bad4f2bc61
commit b246a134e2
5 changed files with 204 additions and 39 deletions

View file

@ -121,6 +121,14 @@
<div v-if="status">{{ status }}</div>
</div>
</v-fade-transition>
<input
ref="avatar"
type="file"
name="avatar"
@change="handlePickedAvatar($event)"
accept="image/*"
style="display: none"
/>
</div>
</template>
@ -239,7 +247,7 @@ export default {
this.$matrix.setCurrentRoomId(roomId);
this.$navigation.push(
{
name: "Invite"
name: "Invite",
},
1
);