Adds displayName
filter to kitty.getUsers()
. To filter result by matching users’ display names.
Usage
const result = await kitty.getUsers({ filter: { displayName: 'Jane' } })
Also, introduces a more robust fix for Session/fetching channels throwing error after opening the application from background - #21 by developer.