Changeset 720 in code for trunk


Ignore:
Timestamp:
Nov 19, 2021, 10:55:22 AM (4 years ago)
Author:
contact
Message:

Add missing account-notify to permanentUpstreamCaps

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r719 r720  
    24312431                bounds[0] = parseChatHistoryBound(boundsStr[0])
    24322432                if subcommand == "LATEST" && boundsStr[0] == "*" {
    2433                         bounds[0] = time.Now();
     2433                        bounds[0] = time.Now()
    24342434                } else if bounds[0].IsZero() {
    24352435                        return ircError{&irc.Message{
  • trunk/upstream.go

    r711 r720  
    2323// requested when supported.
    2424var permanentUpstreamCaps = map[string]bool{
     25        "account-notify":   true,
    2526        "account-tag":      true,
    2627        "away-notify":      true,
Note: See TracChangeset for help on using the changeset viewer.