mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 05:21:58 +00:00
fix(ProfileShowcase): Filter out communities the user hasn't joined from
This commit is contained in:
parent
accd4da214
commit
79d4bb20cb
@ -59,6 +59,10 @@ QObject {
|
||||
expectedRoles: ["members"]
|
||||
}
|
||||
]
|
||||
filters: ValueFilter {
|
||||
roleName: "joined"
|
||||
value: true
|
||||
}
|
||||
}
|
||||
|
||||
JoinModel {
|
||||
|
Loading…
x
Reference in New Issue
Block a user