rss avatar guard

pull/429/head
Ryan Tharp 6 years ago committed by Beaudan Brown
parent 9bd6b7a364
commit d3cf055128

@ -305,6 +305,7 @@
}, },
async updateProfileAvatar() { async updateProfileAvatar() {
if (this.isRss()) return;
const path = profileImages.getOrCreateImagePath(this.id); const path = profileImages.getOrCreateImagePath(this.id);
await this.setProfileAvatar(path); await this.setProfileAvatar(path);
}, },

Loading…
Cancel
Save