summary refs log tree commit diff
path: root/src/util/entities/Channel.ts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-27 07:22:01 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-30 17:10:46 +0200
commit05f6a0d6de75f7181e94d78cf8b5836a2ffb74b1 (patch)
tree9ffa7e41ff35d8e90bb5dad2c47816238e46965e /src/util/entities/Channel.ts
parentMerge 'webrtc' into 'dev/staging_webrtc' (diff)
downloadserver-05f6a0d6de75f7181e94d78cf8b5836a2ffb74b1.tar.xz
Fix merge conflicts
Diffstat (limited to 'src/util/entities/Channel.ts')
-rw-r--r--src/util/entities/Channel.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/entities/Channel.ts b/src/util/entities/Channel.ts

index 17a077ba..80e5f599 100644 --- a/src/util/entities/Channel.ts +++ b/src/util/entities/Channel.ts
@@ -1,4 +1,4 @@ -import { Column, Entity, JoinColumn, ManyToOne, OneToMany, RelationId } from "typeorm"; +import { Column, Entity, JoinColumn, ManyToOne, OneToMany, Relation, RelationId } from "typeorm"; import { DmChannelDTO } from "../dtos"; import { ChannelCreateEvent, ChannelRecipientRemoveEvent } from "../interfaces"; import { containsAll, emitEvent, getPermission, InvisibleCharacters, Snowflake, trimSpecial } from "../util";