web: refresh tags on thread view in addition to search results.

This commit is contained in:
2023-11-26 15:31:51 -08:00
parent 0ae72b63d0
commit d5a001bf03
2 changed files with 32 additions and 2 deletions

View File

@@ -18,4 +18,9 @@ query ShowThreadQuery($threadId: String!) {
timestamp
}
}
tags {
name
bgColor
fgColor
}
}