fix(chat): fixed missing pendingRequestsToJoin
This commit is contained in:
parent
84abcff65e
commit
5ca9c9fadf
|
@ -248,7 +248,6 @@ StatusAppTwoPanelLayout {
|
|||
MembershipRequestsPopup {
|
||||
anchors.centerIn: parent
|
||||
store: root.rootStore
|
||||
pendingRequestsToJoin: root.community.pendingRequestsToJoin
|
||||
onClosed: {
|
||||
destroy()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue