GODT-1650: Bump liteapi to v0.31.1

This commit is contained in:
James Houlahan
2022-10-03 13:12:57 +02:00
parent d79e6f2704
commit 0f9a9a377b
3 changed files with 4 additions and 4 deletions

View File

@ -67,7 +67,7 @@ func (user *User) syncMessages(ctx context.Context) error {
// Determine which messages to sync.
// TODO: This needs to be done better using the new API route to retrieve just the message IDs.
metadata, err := user.client.GetAllMessageMetadata(ctx)
metadata, err := user.client.GetAllMessageMetadata(ctx, nil)
if err != nil {
return err
}