Notify even if pre-fetch etag header is empty
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Tue, 6 Aug 2024 08:52:39 +0000 (16:52 +0800)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Thu, 12 Sep 2024 08:54:00 +0000 (08:54 +0000)
commit4417d98c26ff24e39703d231b0935081c39a6c33
tree1e315c22a1b6ea181500fbe2028040bf3cdb8463
parent410e80b4236905d1684563c1d0f11a77fdf7b0f5
Notify even if pre-fetch etag header is empty

This prevents situations where the server does not provide an etag header. This would make the empty pre-fetch and empty post-fetch etag headers match, meaning notifications would never be notified

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/tray/notificationhandler.cpp