Skip to content

Commit e9faea6

Browse files
authored
Merge pull request lichess-org#6224 from ornicar/faq-disconnection-loss
Add new FAQ question about getting back rating points for losing by disconnection
2 parents 23f1d8a + f02a441 commit e9faea6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/views/site/faq.scala

+7
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,13 @@ object faq {
349349
" during a game."
350350
)
351351
),
352+
question(
353+
"disconnection-loss",
354+
"I lost a game due to lag/disconnection. Can I get my rating points back?",
355+
p(
356+
"Unfortunately, we cannot give back rating points for games lost due to lag or disconnection, regardless of whether the problem was at your end or our end. The latter is very rare though. Also note that when Lichess restarts and you lose on time because of that, we abort the game to prevent an unfair loss."
357+
)
358+
),
352359
h2("How to..."),
353360
question(
354361
"browser-notifications",

0 commit comments

Comments
 (0)