-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add image/video support for renderer/emojis
- Loading branch information
1 parent
f78e21d
commit 278793e
Showing
11 changed files
with
442 additions
and
195 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 |
---|---|---|
|
@@ -6,3 +6,6 @@ store.json | |
backup.json | ||
template.md | ||
*.json~ | ||
start-ra.sh | ||
.flatpak | ||
.vscode |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ authors = ["Felix Häcker <[email protected]>"] | |
edition = "2018" | ||
|
||
[dependencies] | ||
ruma = { git = "https://github.com/haecker-felix/ruma/", branch = "patch-1", features = ["events"] } | ||
matrix-sdk = "0.3" | ||
ruma = "0.2.0" | ||
matrix-sdk = { git="https://github.com/haecker-felix/matrix-rust-sdk", branch="wip/haeckerfelix/room-event" } | ||
serde = "1.0" | ||
serde_json = "1.0" | ||
url = "2.2" | ||
|
@@ -17,8 +17,4 @@ pretty_env_logger = "0.4" | |
chrono = { version = "0.4", features = ["serde"] } | ||
regex = "1.5" | ||
rand = "0.8" | ||
mime = "0.3" | ||
|
||
[patch.crates-io] | ||
ruma = { git = "https://github.com/haecker-felix/ruma/", branch = "patch-1", features = ["events"] } | ||
ruma-identifiers = { git ="https://github.com/haecker-felix/ruma/", branch = "patch-1", features = ["events"] } | ||
mime = "0.3" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.