Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show display name and avatar on messages #39

Closed
bwindels opened this issue Aug 18, 2020 · 0 comments
Closed

Show display name and avatar on messages #39

bwindels opened this issue Aug 18, 2020 · 0 comments

Comments

@bwindels
Copy link
Contributor

We need to store either the most recent m.room.member eventId or the display name and avatar on an incoming event. We can have a FILO cache of x members for synced messages, and load a state event from store if it's not in there. But how do we handle filling gaps? How do we find out what the room state was at the beginning of the fragment we're trying to backfill (end, forward-fill, respectively).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant