variables accessibility fixed
This commit is contained in:
parent
8624a2f954
commit
7b91b1acc1
@ -16,7 +16,7 @@ import { StatusWrapper } from '../stream.component';
|
||||
styleUrls: ['./stream-statuses.component.scss']
|
||||
})
|
||||
export class StreamStatusesComponent implements OnInit, OnDestroy {
|
||||
private isLoading = false; //TODO
|
||||
isLoading = false; //TODO
|
||||
|
||||
private _streamElement: StreamElement;
|
||||
private account: AccountInfo;
|
||||
|
@ -11,7 +11,7 @@ import { Status, Results, Context } from '../../../services/models/mastodon.inte
|
||||
})
|
||||
export class ThreadComponent implements OnInit {
|
||||
statuses: StatusWrapper[] = [];
|
||||
private isLoading: boolean;
|
||||
isLoading: boolean;
|
||||
|
||||
@Output() browseAccountEvent = new EventEmitter<string>();
|
||||
@Output() browseHashtagEvent = new EventEmitter<string>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user