Skip to content

Commit b2cbdf9

Browse files
committed
disable that
1 parent 256bc9f commit b2cbdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webpage/message.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ class Message extends SnowFlake {
942942
text.appendChild(firstspan);
943943

944944
// TODO: settings how?
945-
if (true) {
945+
if (false) {
946946
const img = document.createElement("img");
947947
img.classList.add("avatar");
948948
img.style.height = "1em";

0 commit comments

Comments
 (0)