From 0061a089d6200ec2417379ab0a158e87f5b0fe1f Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski Date: Wed, 24 Aug 2022 13:57:21 +0200 Subject: [PATCH] Rephrase and clarify motivation Signed-off-by: Janne Mareike Koschinski --- proposals/3874-messages-endpoint-threads-filter.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/proposals/3874-messages-endpoint-threads-filter.md b/proposals/3874-messages-endpoint-threads-filter.md index 130999cd..7dd7a69d 100644 --- a/proposals/3874-messages-endpoint-threads-filter.md +++ b/proposals/3874-messages-endpoint-threads-filter.md @@ -2,9 +2,11 @@ ## Motivation -In our beta deployment of threads, it's become a noticeable issue where a room may have activity in a long-running -thread while the main timeline is inactive. If a user starts their client and tries to paginate through the main -timeline, loading will feel sluggish, as lots of events have to be loaded that won’t be displayed. +In Element's beta implementation of threads, it's become a noticeable issue where a room may have activity in a +long-running thread while the main timeline is inactive. If a user starts their client and tries to paginate through the +main timeline, loading will feel sluggish, as lots of events have to be loaded that won’t be displayed. + +This proposal would allow reducing the number of requests and amount of data transmitted. ## Proposal