mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
parent
6e82e18eea
commit
4bf5ea09a4
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
import { MigrationInterface, QueryRunner } from "typeorm";
|
||||
import RE2 from "re2";
|
||||
import RE2 from "@iceshrimp/re2";
|
||||
|
||||
export class convertHardMutes1644010796173 implements MigrationInterface {
|
||||
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 { 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 { publishMainStream, publishUserEvent } from "@/services/stream.js";
|
||||
import acceptAllFollowRequests from "@/services/following/requests/accept-all.js";
|
||||
|
|
Loading…
Reference in a new issue