@ -89,6 +89,7 @@ func (lq *LoafleQueue) Close() {
if lq.eventChanel != nil {
observer.Remove(lq.queueType, lq.eventChanel)
}
lq.items = nil
func NewQueue(eventType string, interval time.Duration, senderChanel chan interface{}) *LoafleQueue {
items := make([]*Item, 0)
The note is not visible to the blocked user.