if (newAvatarUrl) {
                        await this.chatApi.setRoomAvatar(milestoneRoomId, newAvatarUrl);

                        logger.debug(`Room ${milestoneRoomId} have got new avatar ${newAvatarUrl}`);
                    }