Refactor: attrd: Drop replace notify callback
Every time a CIB replace notification is sent, a CIB diff notification
is also sent. So move the attrd_cib_replaced_cb() logic into
attrd_cib_updated_cb() and drop attrd_cib_replaced_cb().
Check the patchset directly instead of checking change section flags.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>