mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
parent
6e82e18eea
commit
4bf5ea09a4
@ -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 New Issue
Block a user