3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-25 13:29:27 +01:00

Merge pull request #777 from slingamn/issue776

fix #776
This commit is contained in:
Shivaram Lingamneni 2020-02-07 10:37:04 -08:00 committed by GitHub
commit 2b48b15a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ import (
const (
// https://ircv3.net/specs/extensions/labeled-response.html
defaultBatchType = "draft/labeled-response"
defaultBatchType = "labeled-response"
)
// ResponseBuffer - put simply - buffers messages and then outputs them to a given client.