Skip to content
Commit 3ce1fc81 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Don't mass-modify committed changes from ResourceBase

The resource could have changed RIDs of the items, and mass-changing
RIDs is not supported by the server, so the RID change would never be
applied. Instead we run an ItemModifyJob for each item passed to
changesCommitted() and wrap them into single TransactionSequence.

This should fix some bugs with item moves on IMAP.

Reviewed-by: Christian Mollekopf
parent 2d338f0c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment