File tree 1 file changed +1
-3
lines changed
packages/frontend/src/pages/settings
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ const profile = reactive({
127
127
lang: $i .lang ,
128
128
isBot: $i .isBot ,
129
129
isCat: $i .isCat ,
130
- showTimelineReplies: $i .showTimelineReplies ,
131
130
});
132
131
133
132
watch (() => profile , () => {
@@ -151,7 +150,7 @@ while (fields.value.length < 4) {
151
150
addField ();
152
151
}
153
152
154
- function deleteField(index : number ) {
153
+ function deleteField(index : number ) {
155
154
fields .value .splice (index , 1 );
156
155
}
157
156
@@ -176,7 +175,6 @@ function save() {
176
175
lang: profile .lang || null ,
177
176
isBot: !! profile .isBot ,
178
177
isCat: !! profile .isCat ,
179
- showTimelineReplies: !! profile .showTimelineReplies ,
180
178
});
181
179
claimAchievement (' profileFilled' );
182
180
if (profile .name === ' syuilo' || profile .name === ' しゅいろ' ) {
You can’t perform that action at this time.
0 commit comments