-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump toxic from
5e17fc4
to 70b0041
Bumps [toxic](https://github.com/TokTok/toxic) from `5e17fc4` to `70b0041`. - [Release notes](https://github.com/TokTok/toxic/releases) - [Commits](TokTok/toxic@5e17fc4...70b0041) --- updated-dependencies: - dependency-name: toxic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
4692b16
commit 96dce06
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule toxic
updated
23 files
+7 −2 | doc/toxic.conf.5 | |
+3 −0 | doc/toxic.conf.5.asc | |
+9 −0 | misc/toxic.conf.example | |
+1 −0 | src/api.c | |
+6 −0 | src/audio_call.c | |
+3 −2 | src/audio_device.c | |
+18 −13 | src/chat.c | |
+18 −13 | src/conference.c | |
+15 −10 | src/groupchats.c | |
+6 −0 | src/main.c | |
+16 −1 | src/misc_tools.c | |
+6 −0 | src/misc_tools.h | |
+2 −0 | src/notify.c | |
+22 −14 | src/prompt.c | |
+1 −0 | src/python_api.c | |
+1 −0 | src/qr_code.c | |
+81 −0 | src/settings.c | |
+12 −0 | src/settings.h | |
+1 −0 | src/toxic.c | |
+2 −0 | src/toxic.h | |
+2 −0 | src/toxic_constants.h | |
+5 −0 | src/video_call.c | |
+2 −1 | src/windows.c |