schema: dangling space is not a problem in content.
This commit is contained in:
@@ -246,10 +246,6 @@ func (rte RequiredTagError) Error() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (v *Validator) ValidateEvent(evt nostr.Event) error {
|
func (v *Validator) ValidateEvent(evt nostr.Event) error {
|
||||||
if !isTrimmed(evt.Content) {
|
|
||||||
return ContentError{ErrDanglingSpace}
|
|
||||||
}
|
|
||||||
|
|
||||||
if sch, ok := v.Schema.Kinds[strconv.FormatUint(uint64(evt.Kind), 10)]; ok {
|
if sch, ok := v.Schema.Kinds[strconv.FormatUint(uint64(evt.Kind), 10)]; ok {
|
||||||
if validator, ok := v.TypeValidators[sch.Content.Type]; ok {
|
if validator, ok := v.TypeValidators[sch.Content.Type]; ok {
|
||||||
if err := validator(evt.Content, &sch.Content); err != nil {
|
if err := validator(evt.Content, &sch.Content); err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user