diff --git a/tile.lua b/tile.lua index 20f43c6..411cb32 100644 --- a/tile.lua +++ b/tile.lua @@ -124,7 +124,7 @@ local function check_next_talks() -- to announce these. if talk.end_ts > time then -- is this in *this* room, or somewhere else? - if current_room and talk.room == current_room then + if current_room and talk.room == current_room and talk.start_ts > min_start then room_next_talks[#room_next_talks+1] = talk end all_next_talks[#all_next_talks+1] = talk