From 0ed179d94c9f4cb797bc82d13b7adfddde77fc42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Fri, 5 Aug 2022 17:38:11 +0200 Subject: [PATCH] Show current avatar and name for users in message history (#22447) --- docs/labs.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/labs.md b/docs/labs.md index 113c31dcb2..66f3827c00 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -142,12 +142,6 @@ If no right panel state is known for the room or it was closed on the last room visit, it will default to the room member list. Otherwise, the saved card last used in that room is shown. -## Show current profile of users on historical messages (`feature_use_only_current_profiles`) - -An experimental flag to determine how the app would behave if a user's current display -name and avatar (profile) were shown on historical messages instead of the profile details -at the time when the message was sent. - When enabled, historical messages will use the current profile for the sender. ## Pin drop location sharing (`feature_location_share_pin_drop`) [In Development]