mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
update persistence spec link
This commit is contained in:
parent
ae1de2554e
commit
898f84c613
2 changed files with 2 additions and 2 deletions
|
|
@ -192,7 +192,7 @@ CAPDEFS = [
|
|||
CapDef(
|
||||
identifier="Persistence",
|
||||
name="draft/persistence",
|
||||
url="https://gist.github.com/slingamn/e3645a0d0418b736b755746bfd65f2a6",
|
||||
url="https://github.com/ircv3/ircv3-specifications/pull/503",
|
||||
standard="proposed IRCv3",
|
||||
),
|
||||
]
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ const (
|
|||
Multiline Capability = iota
|
||||
|
||||
// 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
|
||||
|
||||
// ReadMarker is the draft IRCv3 capability named "draft/read-marker":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue