wip #6441
This commit is contained in:
@@ -37,7 +37,7 @@ export default define(meta, async (ps, user) => {
|
||||
throw new ApiError(meta.errors.noSuchChannel);
|
||||
}
|
||||
|
||||
await ChannelFollowings.save({
|
||||
await ChannelFollowings.insert({
|
||||
id: genId(),
|
||||
createdAt: new Date(),
|
||||
followerId: user.id,
|
||||
|
Reference in New Issue
Block a user