Currently there is contactsModel in ContactsStore holding all contacts excluding "self" (contacts/service.nim, getContactsByGroup). I creates necessity to handle own profile in special way in many places, using ProfileStore. It could be simplified by allowing to keep "self" in the model as well.
Description
Currently there is
contactsModel
inContactsStore
holding all contacts excluding "self" (contacts/service.nim
,getContactsByGroup
). I creates necessity to handle own profile in special way in many places, usingProfileStore
. It could be simplified by allowing to keep "self" in the model as well.