mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-07 14:30:38 +00:00
extend DBus signals for DbusAttachments
This change creates the DBus signals `SyncMessageReceivedV2` and `MessageReceivedV2`, as well as the new data type `DbusAttachment`. A DbusAttachment is a struct that contains considerably more information than the filename. To maintain backward compatibility, `SyncMessageReceived` and `MessageReceived` remain unchanged. V2 includes Mentions and DbusAttachments. This change also permits sending arbitrary URLs as attachment names.
This commit is contained in:
parent
114b932386
commit
c77b2e9511
18 changed files with 446 additions and 47 deletions
|
@ -5,7 +5,7 @@ plugins {
|
|||
`check-lib-versions`
|
||||
}
|
||||
|
||||
version = "0.8.5"
|
||||
version = "0.8.6"
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue