Changeset 669 in code


Ignore:
Timestamp:
Nov 3, 2021, 5:25:39 PM (4 years ago)
Author:
contact
Message:

msgstore_memory: add comment about Append dropping messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/msgstore_memory.go

    r667 r669  
    7878        switch msg.Command {
    7979        case "PRIVMSG", "NOTICE":
     80                // Only append these messages, because LoadLatestID shouldn't return
     81                // other kinds of message.
    8082        default:
    8183                return "", nil
Note: See TracChangeset for help on using the changeset viewer.