allow webxdc document names (#3317)

* allow webxdc document names

* test document webxdc property

* update CHANGELOG
This commit is contained in:
bjoern
2022-05-15 12:10:09 +02:00
committed by GitHub
parent 715664273b
commit 2fc0a0964b
5 changed files with 83 additions and 4 deletions

View File

@@ -3728,6 +3728,8 @@ char* dc_msg_get_webxdc_blob (const dc_msg_t* msg, const char*
* To get the file, use dc_msg_get_webxdc_blob().
* App icons should should be square,
* the implementations will add round corners etc. as needed.
* - document: if the Webxdc represents a document, this is the name of the document,
* otherwise, this is an empty string.
* - summary: short string describing the state of the app,
* sth. as "2 votes", "Highscore: 123",
* can be changed by the apps and defaults to an empty string.