forked from MirrorHub/synapse
fac8a38525
StreamChangeCache.get_all_changed_entities can return None to signify it does not have information at the given stream position. Two callers (related to device lists and presence) were treating this response the same as an empty list (i.e. there being no updates).
1 line
106 B
Text
1 line
106 B
Text
Fix a long-standing bug where a device list update might not be sent to clients in certain circumstances.
|