mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Rename field for clarity
This commit is contained in:
parent
8a95cd0938
commit
6e53000631
@ -569,7 +569,7 @@ type RoomSubscription struct {
|
|||||||
RequiredState [][2]string `json:"required_state"`
|
RequiredState [][2]string `json:"required_state"`
|
||||||
TimelineLimit int64 `json:"timeline_limit"`
|
TimelineLimit int64 `json:"timeline_limit"`
|
||||||
IncludeOldRooms *RoomSubscription `json:"include_old_rooms"`
|
IncludeOldRooms *RoomSubscription `json:"include_old_rooms"`
|
||||||
Heroes *bool `json:"heroes"`
|
Heroes *bool `json:"include_heroes"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (rs RoomSubscription) RequiredStateChanged(other RoomSubscription) bool {
|
func (rs RoomSubscription) RequiredStateChanged(other RoomSubscription) bool {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user