nextcloud / talk-desktop

💬💻 Nextcloud Talk Desktop Client Preview
https://nextcloud.com/talk
GNU Affero General Public License v3.0
180 stars 14 forks source link

User ID shown instead of user display name while in a call #70

Closed nickvergessen closed 1 year ago

nickvergessen commented 1 year ago

Others in the call see your UID instead of your display name in the call view on top of the video: uid-vs-displayname

nickvergessen commented 1 year ago

Same for temporary messages: image

So seems like the initialisation of the actor store is not working as expected: https://github.com/nextcloud/spreed/blob/3f47c4e9cda4fc9733efb438ceba4ba56a063562/src/store/messagesStore.js#L604-L606

nickvergessen commented 1 year ago

Data comes from: https://github.com/nextcloud/spreed/blob/c09bfbfb509f672249be270fd07f7265ac0506d5/src/App.vue#L426

import { getCurrentUser } from '@nextcloud/auth'