add possibility to edit messages

see #485
This commit is contained in:
Bernhard B
2024-03-07 20:11:57 +01:00
parent f57512216c
commit 9c365e6f84
5 changed files with 25 additions and 6 deletions

View File

@@ -2040,6 +2040,9 @@ var doc = `{
"data:\u003cMIME-TYPE\u003e;filename=\u003cFILENAME\u003e;base64\u003ccomma\u003e\u003cBASE64 ENCODED DATA\u003e"
]
},
"edit_timestamp": {
"type": "integer"
},
"mentions": {
"type": "array",
"items": {

View File

@@ -2024,6 +2024,9 @@
"data:\u003cMIME-TYPE\u003e;filename=\u003cFILENAME\u003e;base64\u003ccomma\u003e\u003cBASE64 ENCODED DATA\u003e"
]
},
"edit_timestamp": {
"type": "integer"
},
"mentions": {
"type": "array",
"items": {

View File

@@ -138,6 +138,8 @@ definitions:
items:
type: string
type: array
edit_timestamp:
type: integer
mentions:
items:
$ref: '#/definitions/client.MessageMention'