|
|
@ -20,7 +20,7 @@ export class FeedComponent implements OnInit {
|
|
|
|
public uploading = false;
|
|
|
|
public uploading = false;
|
|
|
|
public profilePictureUrl: BehaviorSubject<string | null>;
|
|
|
|
public profilePictureUrl: BehaviorSubject<string | null>;
|
|
|
|
private file;
|
|
|
|
private file;
|
|
|
|
private fileType;
|
|
|
|
fileType;
|
|
|
|
public localFileUrl;
|
|
|
|
public localFileUrl;
|
|
|
|
|
|
|
|
|
|
|
|
checked = false; // if the "I protected the environment."-box is checked
|
|
|
|
checked = false; // if the "I protected the environment."-box is checked
|
|
|
|