Skip to content

Commit

Permalink
Add image/video support for renderer/emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
haecker-felix committed Jul 29, 2021
1 parent f78e21d commit 278793e
Show file tree
Hide file tree
Showing 11 changed files with 442 additions and 195 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ store.json
backup.json
template.md
*.json~
start-ra.sh
.flatpak
.vscode
66 changes: 39 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
37 changes: 0 additions & 37 deletions de.haeckerfelix.Hebbot.json

This file was deleted.

Loading

0 comments on commit 278793e

Please sign in to comment.