Toggle posts only & mark all mail as read.

This commit is contained in:
Thomas Mathews 2023-01-24 10:46:44 -08:00
parent 83931e0085
commit 062ddda3d9
10 changed files with 83 additions and 22 deletions

View file

@ -106,7 +106,7 @@ async function webapp_init() {
// Update our view and apply timer methods once all data is ready to go.
view_timeline_update(model);*/
view_timeline_apply_mode(model, VM_FRIENDS);
view_timeline_apply_mode(model, VM_FRIENDS, {hide_replys: true});
on_timer_timestamps();
on_timer_invalidations();
on_timer_save();