Skip to content

Commit

Permalink
fix updating shares in the memory share manager
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christofas committed Aug 5, 2021
1 parent 324f703 commit 939f460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/share/manager/memory/memory.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,5 +328,7 @@ func (m *manager) UpdateReceivedShare(ctx context.Context, ref *collaboration.Sh
}
m.shareState[user.Id.String()] = a
}

rs.State = f.GetState()
return rs, nil
}

0 comments on commit 939f460

Please sign in to comment.