1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Increase abuse length to 3000

And correctly handle new lines
This commit is contained in:
Chocobozzz 2019-01-14 16:48:38 +01:00
parent 9a39392a7e
commit 1506307f2f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
28 changed files with 136 additions and 80 deletions

View file

@ -1,10 +1,10 @@
import { debounceTime, distinctUntilChanged } from 'rxjs/operators'
import { Component, forwardRef, Input, OnInit } from '@angular/core'
import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'
import { MarkdownService } from '@app/videos/shared'
import { Subject } from 'rxjs'
import truncate from 'lodash-es/truncate'
import { ScreenService } from '@app/shared/misc/screen.service'
import { MarkdownService } from '@app/shared/renderer'
@Component({
selector: 'my-markdown-textarea',