Don't show the link preview megaphone to new users.

fork-5.53.8
Greyson Parrelli 2020-09-21 10:10:37 -04:00
rodzic fed7d911a3
commit b471a72856
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -52,6 +52,7 @@ public class MegaphoneRepository {
executor.execute(() -> {
database.markFinished(Event.REACTIONS);
database.markFinished(Event.MESSAGE_REQUESTS);
database.markFinished(Event.LINK_PREVIEWS);
database.markFinished(Event.RESEARCH);
resetDatabaseCache();
});