|
@@ -26,7 +26,8 @@ export class WriteTweetPage {
|
|
private twitter: TwitterApiProvider
|
|
private twitter: TwitterApiProvider
|
|
) {
|
|
) {
|
|
this.tweet = this.formBuilder.group({
|
|
this.tweet = this.formBuilder.group({
|
|
- text: ['', Validators.maxLength(140)]
|
|
|
|
|
|
+ text: ['', Validators.maxLength(140)],
|
|
|
|
+ p2p: [false]
|
|
});
|
|
});
|
|
}
|
|
}
|
|
|
|
|