Skip to content

Show read receipts #667

Open
Open
@gnprice

Description

@gnprice

This Zulip feature:
https://zulip.com/help/read-receipts

The API endpoint for this feature is:
https://zulip.com/api/get-read-receipts
Unlike most Zulip features, this data isn't controlled by the event system; we just fetch it separately from the server.

See the zulip-mobile implementation for a model to work from, in src/message/ReadReceiptsScreen.js. We can use similar logic: in particular, the data won't live on PerAccountStore at all, but only in the state of the StatefulWidget for the read-receipts screen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    a-msglistThe message-list screen, except what's label:a-content

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions