mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
fix #757
This commit is contained in:
parent
1ac3381623
commit
7d3c0f7884
3 changed files with 8 additions and 8 deletions
|
|
@ -54,7 +54,7 @@ const (
|
|||
const (
|
||||
// LabelTagName is the tag name used for the labeled-response spec.
|
||||
// https://ircv3.net/specs/extensions/labeled-response.html
|
||||
LabelTagName = "draft/label"
|
||||
LabelTagName = "label"
|
||||
// More draft names associated with draft/multiline:
|
||||
MultilineBatchType = "draft/multiline"
|
||||
MultilineConcatTag = "draft/multiline-concat"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue