@ -197,7 +197,7 @@
return this.id.match(/^publicChat:/);
},
isRss() {
return this.id.match(/^rss:/);
return this.id && this.id.match(/^rss:/);
isBlocked() {
return BlockedNumberController.isBlocked(this.id);