mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-19 08:08:41 -06:00
chore: print debug output for note update
This commit is contained in:
parent
38a0a2f1a7
commit
04401ec2ed
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ export function useNoteCapture(props: {
|
||||||
}
|
}
|
||||||
|
|
||||||
case 'updated': {
|
case 'updated': {
|
||||||
|
console.log(JSON.stringify(note.value)); // Debug output
|
||||||
note.value.history = [
|
note.value.history = [
|
||||||
...note.value.history,
|
...note.value.history,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue