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

Create a per-type ChangeNotification Protocol command

Different entity types have different data, so sharing a single
structure to describe changes in all entities is limiting. Having
a single structure made sense when we only had Items and Collections
which share most of the attributes and it was also easier to expose
this via DBus.

Now we are no longer limited by DBus so we can afford having a
different Protocol command for each notification type. This will be
most important when we introduce SubscriberChangeNotification, as
subscriber changes would otherwise be hard to map onto the legacy
ChangeNotification and is also the first step towards Notification
Payloads.
parent d5451076
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