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

offsetPendingMessagesTimestamps #31

Open
milligator opened this issue Apr 11, 2018 · 3 comments
Open

offsetPendingMessagesTimestamps #31

milligator opened this issue Apr 11, 2018 · 3 comments

Comments

@milligator
Copy link

Hi.
What should I put for the following parameter in the following code?

excludeIds: Set < MessageId >

        if let latestIndex = mapping.last?.1 {
            modifier.offsetPendingMessagesTimestamps(lowerBound: latestIndex.id, excludeIds: Set<MessageId>, timestamp: latestIndex.timestamp)
        }

        if let updatedTimestamp = updatedTimestamp {
            modifier.offsetPendingMessagesTimestamps(lowerBound: message.id, excludeIds: Set<MessageId>, timestamp: updatedTimestamp)
        }
@topws
Copy link

topws commented May 10, 2018

I also encountered a similar problem, how did you solve it?

@milligator
Copy link
Author

Not solved yet

@topws
Copy link

topws commented May 21, 2018

you can try git submodule update --init --recursive

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

2 participants