mirror of
https://github.com/nicolabs/mastodon-timeline-widget.git
synced 2026-04-10 16:06:45 +02:00
fix remove test flag of visibility of toots so only public toots are shown
This commit is contained in:
parent
cfb2089fbf
commit
256525e143
|
|
@ -147,7 +147,7 @@ MastodonApi.prototype.listStatuses = function() {
|
|||
setHeaderUserLink.call(mapi, account);
|
||||
setFooterLink.call(mapi, account);
|
||||
}
|
||||
if(true || data_[i].visibility=='public') {
|
||||
if(data_[i].visibility=='public') {
|
||||
// list only public toots
|
||||
appendStatus.call(mapi, data_[i]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue