mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-24 12:59:33 +01:00
update persistence spec link
This commit is contained in:
parent
ae1de2554e
commit
898f84c613
@ -192,7 +192,7 @@ CAPDEFS = [
|
|||||||
CapDef(
|
CapDef(
|
||||||
identifier="Persistence",
|
identifier="Persistence",
|
||||||
name="draft/persistence",
|
name="draft/persistence",
|
||||||
url="https://gist.github.com/slingamn/e3645a0d0418b736b755746bfd65f2a6",
|
url="https://github.com/ircv3/ircv3-specifications/pull/503",
|
||||||
standard="proposed IRCv3",
|
standard="proposed IRCv3",
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
@ -62,7 +62,7 @@ const (
|
|||||||
Multiline Capability = iota
|
Multiline Capability = iota
|
||||||
|
|
||||||
// Persistence is the proposed IRCv3 capability named "draft/persistence":
|
// Persistence is the proposed IRCv3 capability named "draft/persistence":
|
||||||
// https://gist.github.com/slingamn/e3645a0d0418b736b755746bfd65f2a6
|
// https://github.com/ircv3/ircv3-specifications/pull/503
|
||||||
Persistence Capability = iota
|
Persistence Capability = iota
|
||||||
|
|
||||||
// ReadMarker is the draft IRCv3 capability named "draft/read-marker":
|
// ReadMarker is the draft IRCv3 capability named "draft/read-marker":
|
||||||
|
Loading…
Reference in New Issue
Block a user