generated from graasp/graasp-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mentions not being sent in dev (#52)
* test: add logs * test: add log in regex function * test: check input of find mentions * fix: use provided mention array instead of trying to extract from the markup * fix: chat export and message preview * feat: remove admin tools from the chatbox * test: fix failing tests * fix: clean up mention util and test * feat: add export chat hooks * feat: add translations to clearChatButton * feat: remove clear chat and download chat from chatbox * fix : remove unused tests * fix: apply PR changes
- Loading branch information
Showing
19 changed files
with
184 additions
and
498 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,3 @@ following content: | |
```bash | ||
REACT_APP_API_HOST="http://localhost:3000" | ||
``` | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.