Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ optional = true
[dependencies.modalkit]
version = "0.0.24"
default-features = false
#git = "https://github.com/ulyssa/modalkit"
#rev = "e40dbb0bfeabe4cfd08facd2acb446080a330d75"
git = "https://github.com/vawvaw/modalkit"
rev = "6bbe8a483f39c61d56fdb2cdef6a110abab05508"

[dependencies.modalkit-ratatui]
version = "0.0.24"
#git = "https://github.com/ulyssa/modalkit"
#rev = "e40dbb0bfeabe4cfd08facd2acb446080a330d75"
git = "https://github.com/vawvaw/modalkit"
rev = "6bbe8a483f39c61d56fdb2cdef6a110abab05508"

[dependencies.matrix-sdk]
version = "0.14.0"
Expand Down
2 changes: 2 additions & 0 deletions docs/iamb.1
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Request a new verification with the specified user.

.Sh "MESSAGE COMMANDS"
.Bl -tag -width Ds
.It Sy ":message"
View more information about the focused message.
.It Sy ":download [path]"
Download an attachment from the selected message and save it to the optional path.
.It Sy ":open [path]"
Expand Down
3 changes: 3 additions & 0 deletions docs/iamb.5
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ Defines whether or not read confirmations are sent.
.It Sy read_receipt_display
Defines whether or not read confirmations are displayed.

.It Sy message_time_display
Defines whether or not the time a message wast sent is displayed.

.It Sy request_timeout
Defines the maximum time per request in seconds.

Expand Down
Loading
Loading