ThosRTanner / inforss

Newsreader for Palemoon browser
Mozilla Public License 2.0
8 stars 0 forks source link

Confusion between feed attribute active and xml attribute activity #346

Open ThosRTanner opened 1 year ago

ThosRTanner commented 1 year ago

In inforssFeed.xml

  isActive()
  {
    return this.active;
  },

  getFeedActivity()
  {
    return this.feedXML.getAttribute("activity") == "true";
  },

What is the difference??? Which gets set by what?