From 6e530006316f8fe89adb16516dbbe14eaa0c0e68 Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:03:26 +0200 Subject: [PATCH] Rename field for clarity --- sync3/request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync3/request.go b/sync3/request.go index e158466..618e970 100644 --- a/sync3/request.go +++ b/sync3/request.go @@ -569,7 +569,7 @@ type RoomSubscription struct { RequiredState [][2]string `json:"required_state"` TimelineLimit int64 `json:"timeline_limit"` IncludeOldRooms *RoomSubscription `json:"include_old_rooms"` - Heroes *bool `json:"heroes"` + Heroes *bool `json:"include_heroes"` } func (rs RoomSubscription) RequiredStateChanged(other RoomSubscription) bool {