mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-04 05:20:48 -05:00
Remove stale FIXMEs
This commit is contained in:
parent
8af5e360d6
commit
52cb5e6324
@ -270,10 +270,8 @@ class MessageHandler(BaseHandler):
|
||||
|
||||
rooms_ret = []
|
||||
|
||||
# FIXME (erikj): We need to not generate this token,
|
||||
now_token = yield self.hs.get_event_sources().get_current_token()
|
||||
|
||||
# FIXME (erikj): Fix this.
|
||||
presence_stream = self.hs.get_event_sources().sources["presence"]
|
||||
pagination_config = PaginationConfig(from_token=now_token)
|
||||
presence, _ = yield presence_stream.get_pagination_rows(
|
||||
|
Loading…
Reference in New Issue
Block a user