guard for CI fix

pull/429/head
Ryan Tharp 6 years ago committed by Beaudan Brown
parent a0e7ba252c
commit a67e7fcfe1

@ -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);

Loading…
Cancel
Save