iannotian / BigBisonChat-React

React client for BigBisonChat
https://chat.bigbison.co
0 stars 0 forks source link

return within conversation broken #13

Open iannotian opened 4 years ago

iannotian commented 4 years ago

to replicate:

  1. go to 'new'
  2. type in a user
  3. submit a test message to that user
  4. navigate to another conversation
  5. type a message
  6. hit return

at this point you shouldn't be on the same conversation. it should switch to the one that you sent the test message to.

iannotian commented 4 years ago

Looks like it has to do with the whole redirect thing.. time to take a closer look