Skip to content

Fix small bugs#384

Merged
AtlantisPleb merged 17 commits into
OpenAgentsInc:mainfrom
reyamir:fix-fix
Jul 19, 2023
Merged

Fix small bugs#384
AtlantisPleb merged 17 commits into
OpenAgentsInc:mainfrom
reyamir:fix-fix

Conversation

@reyamir

@reyamir reyamir commented Jul 18, 2023

Copy link
Copy Markdown
Contributor

Changes

@reyamir reyamir marked this pull request as ready for review July 19, 2023 03:51
Comment thread app/screens/ChannelsScreen.tsx Outdated
Comment thread app/screens/ContactPickerScreen.tsx Outdated
const contacts = useUserContacts()

const data = contacts.concat(custom)
const data = custom.concat(getContacts)

@earonesty earonesty Jul 19, 2023

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you need to do this then there is a bug saving contacts that has to be fixed,

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, this screen is just invite screen, when user add custom contact, it just add it to selected list to send invite, it not add follow to this custom contact

I put custom.contact before it will show custom on top of the list instead of bottom

Comment thread app/screens/ContactPickerScreen.tsx Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants