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

master
Greyson Parrelli 2020-09-21 10:10:37 -04:00
parent fed7d911a3
commit b471a72856
1 changed files with 1 additions and 0 deletions

View File

@ -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();
});