3
0
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:
Shivaram Lingamneni 2022-08-03 21:37:48 -04:00
parent ae1de2554e
commit 898f84c613
2 changed files with 2 additions and 2 deletions

View File

@ -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",
),
]

View File

@ -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":