Fix 'Reply' action primary property.
authorCamila <hello@camila.codes>
Thu, 29 Sep 2022 13:14:01 +0000 (15:14 +0200)
committerCamila <hello@camila.codes>
Thu, 29 Sep 2022 13:20:56 +0000 (15:20 +0200)
commit7633cc490df3b7984c2c56d113b28abe6c508138
tree1f351424ab0b40c78ede292b6cd3ff4e02e92b57
parentcbe22d8c1ebee69c3414deae485ff4707e037054
Fix 'Reply' action primary property.

Primary is set to true when object type is 'room' or 'chat' and it set to
false when object type is 'call'.

Signed-off-by: Camila <hello@camila.codes>
src/gui/tray/activitylistmodel.cpp
src/gui/tray/notificationhandler.cpp
test/testactivitylistmodel.cpp