mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-09 00:15:23 -04:00
This patch removes a name ambiguity around _listener_ vs. _subscriber_. Both terms are used to talk about `RoomEventCacheListener`. We usually use the term _subscriber_ for the type being returned by a `subscribe` method. The code refers to this sometimes as listener, sometimes as subscriber, sometimes both in the same sentence, which can be very confusing! This patch solves this by using the _subscriber_ term only.