fn room_meta_future<'a>( services: &'a Services, sender_user: &'a UserId, room_id: &'a RoomId, ) -> impl Future<Output = (Option<DisplayName>, Option<OwnedMxcUri>, Option<bool>)> + Send + 'a