Own your voice
Go to file
Michael Peters 09390fad8f fixed bug with verification
Fixes problem with guildMeta not updating from the server
Fixes problem with unknown member for "second" guild

The pairVerifier was getting unverified due to the socket connecting
*after* the fetch request was sent. Unfortunately, this unverification
happened *before* the fetch request was resolved. Fixed by re-fetching
the trusted promise after unverification. For a perfect solution in the
future, we should remove the re-fetch. This could be done by canceling
socket-guild fetches if the socket isn't connected yet.
2022-02-03 18:06:26 -06:00
.vscode remove non-react send message pieces 2021-12-26 22:09:55 -06:00
archive RECOIL IS SUPREME! 2022-02-02 23:05:38 -06:00
figma drop target for send message component 2021-12-27 21:02:02 -06:00
src fixed bug with verification 2022-02-03 18:06:26 -06:00
.gitignore coverage gitignore 2021-11-30 20:47:18 -06:00
jest.config.js Fixed glaring bugs when switching between guilds 2022-01-20 19:54:36 -06:00
makefile fix makefile 2022-01-02 11:36:52 -06:00
package-lock.json beginnings of react-recoil 2022-01-26 19:57:29 -06:00
package.json beginnings of react-recoil 2022-01-26 19:57:29 -06:00
todo.txt message updates no longer crashing 2021-11-07 14:13:59 -06:00