Remove unused property.
authorCamila <hello@camila.codes>
Thu, 29 Sep 2022 13:13:01 +0000 (15:13 +0200)
committerCamila <hello@camila.codes>
Thu, 29 Sep 2022 13:17:10 +0000 (15:17 +0200)
Signed-off-by: Camila <hello@camila.codes>
src/gui/tray/ActivityItem.qml

index 30c122238c84771d2b9699749eb5b7f49baeb562..b067ce8a8da6190f0b70381c92199129630f13d3 100644 (file)
@@ -15,7 +15,6 @@ ItemDelegate {
     readonly property bool isChatActivity: model.objectType === "chat" || model.objectType === "room" || model.objectType === "call"
     readonly property bool isTalkReplyPossible: model.conversationToken !== ""
     property bool isTalkReplyOptionVisible: model.messageSent !== ""
-    readonly property bool isCallActivity: model.objectType === "call"
 
     property color adjustedHeaderColor: Theme.darkMode ? Qt.lighter(UserModel.currentUser.headerColor, 2)
                                                        : Qt.darker(UserModel.currentUser.headerColor, 1.5)