mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
parent
6e82e18eea
commit
4bf5ea09a4
@ -1,5 +1,5 @@
|
|||||||
import { MigrationInterface, QueryRunner } from "typeorm";
|
import { MigrationInterface, QueryRunner } from "typeorm";
|
||||||
import RE2 from "re2";
|
import RE2 from "@iceshrimp/re2";
|
||||||
|
|
||||||
export class convertHardMutes1644010796173 implements MigrationInterface {
|
export class convertHardMutes1644010796173 implements MigrationInterface {
|
||||||
name = "convertHardMutes1644010796173";
|
name = "convertHardMutes1644010796173";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import RE2 from "re2";
|
import RE2 from "@iceshrimp/re2";
|
||||||
import type { Note } from "@/models/entities/note.js";
|
import type { Note } from "@/models/entities/note.js";
|
||||||
import type { User } from "@/models/entities/user.js";
|
import type { User } from "@/models/entities/user.js";
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import RE2 from "re2";
|
import RE2 from "@iceshrimp/re2";
|
||||||
import * as mfm from "mfm-js";
|
import * as mfm from "mfm-js";
|
||||||
import { publishMainStream, publishUserEvent } from "@/services/stream.js";
|
import { publishMainStream, publishUserEvent } from "@/services/stream.js";
|
||||||
import acceptAllFollowRequests from "@/services/following/requests/accept-all.js";
|
import acceptAllFollowRequests from "@/services/following/requests/accept-all.js";
|
||||||
|
Loading…
Reference in New Issue
Block a user