mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-04 05:00:39 +00:00
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.
16 lines
143 B
Text
16 lines
143 B
Text
.gradle/
|
|
.idea/*
|
|
!.idea/codeStyles/
|
|
build/
|
|
*~
|
|
*.swp
|
|
*.iml
|
|
local.properties
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
out/
|
|
.DS_Store
|
|
.git/
|
|
signal-cli
|
|
bin/
|