const issueWatchersChatIds = await Promise.all(
                issueWatchers.map(({ displayName, userId }) =>
                    userId
                        ? this.currentChatItem.getChatUserId(userId)
                        : this.currentChatItem.getUserIdByDisplayName(displayName),