Compare commits

..

No commits in common. "e8cfa11781be27452a2ff932c5e013f201e4c8f8" and "213bc1644729603147f1bcb08d5eb5116b7257fb" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ import { DriveFiles, Notes, Users, Emojis, Polls } from '@/models/index.js';
import { In, IsNull } from 'typeorm';
import { Emoji } from '@/models/entities/emoji.js';
import { Poll } from '@/models/entities/poll.js';
import { Channel } from '@/models/entities/channel.js';
export default async function renderNote(note: Note, dive = true, isTalk = false): Promise<Record<string, unknown>> {
const getPromisedFiles = async (ids: string[]) => {

View File

@ -1,7 +1,6 @@
#!/usr/bin/env fish
argparse "branch=" -- $argv
cd misskey
git fetch
git checkout $_flag_branch
git pull
npm run clean