jcs
/subtext
/amendments
/440
board: Touch last post at when tossing FTN messages too
jcs made amendment 440 over 2 years ago
--- board.c	Fri Mar 17 21:10:04 2023
+++ board.c	Thu Mar 23 10:22:23 2023
@@ -1616,6 +1616,9 @@ board_toss_ftn_message(struct board *board,
 	dirty_cache = true;
 
 	board_delete_cached_index(board);
+
+	if (post.time > board->last_post_at)
+		board->last_post_at = post.time;
 	
 	logger_printf("[board] Tossed %s EchoMail %s as %ld",
 	  fidomsg->area, fidomsg->msgid_orig, post.id);