Skip to content

Commit 7786f95

Browse files
committed
widget
1 parent 8eedf1d commit 7786f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/2762-widget-event-receiving.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ The recommended maximum `limit`s are:
254254
* For all other events, 25 per room.
255255

256256
The client is not required to backfill (use the `/messages` endpoint) to get more events for the
257-
client, and is able to return less than the requested amount of events. When returning state events,
257+
widget, and is able to return less than the requested amount of events. When returning state events,
258258
the client should always return the current state event (in the client's view) rather than the history
259259
of an event. For example, `{"type":"m.room.topic", "state_key": "", "limit": 5}` should return zero
260260
or one topic events, not 5, even if the topic has changed more than once.

0 commit comments

Comments
 (0)