From 7786f95464d993ee5f3e434974aeffcdc216ee5e Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 24 Aug 2021 15:00:00 -0600 Subject: [PATCH] widget --- proposals/2762-widget-event-receiving.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/2762-widget-event-receiving.md b/proposals/2762-widget-event-receiving.md index fd2185cc8..99dc8263b 100644 --- a/proposals/2762-widget-event-receiving.md +++ b/proposals/2762-widget-event-receiving.md @@ -254,7 +254,7 @@ The recommended maximum `limit`s are: * For all other events, 25 per room. The client is not required to backfill (use the `/messages` endpoint) to get more events for the -client, and is able to return less than the requested amount of events. When returning state events, +widget, and is able to return less than the requested amount of events. When returning state events, the client should always return the current state event (in the client's view) rather than the history of an event. For example, `{"type":"m.room.topic", "state_key": "", "limit": 5}` should return zero or one topic events, not 5, even if the topic has changed more than once.