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

This commit is contained in:
Greyson Parrelli 2020-09-21 10:10:37 -04:00
parent fed7d911a3
commit b471a72856

View File

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