fix: status update not using the right component
This commit is contained in:
parent
b773766055
commit
9026108e86
|
@ -115,8 +115,9 @@ Item {
|
||||||
case Constants.communityInviteType:
|
case Constants.communityInviteType:
|
||||||
return invitationBubble
|
return invitationBubble
|
||||||
default:
|
default:
|
||||||
return appSettings.compactMode ? compactMessageComponent :
|
return isStatusUpdate ? statusUpdateComponent :
|
||||||
isStatusUpdate ? statusUpdateComponent : messageComponent
|
(appSettings.compactMode ? compactMessageComponent : messageComponent)
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue