Add timestamp on getTopicMessages when getAllInfo is false
Lautenschlager-id opened this issue · 1 comments
Lautenschlager-id commented
Easy to do, may be useful.
string.gsub(body, string.format(htmlChunk.hidden_value, 'm') .. ".-" .. htmlChunk.ms_time, function(id, timestamp)
counter = counter + 1
messages[counter] = {
f = location.f,
t = location.t,
p = pageNumber,
post = tostring(post + counter),
id = tonumber(id),
timestamp = tonumber(timestamp)
}
end)
Lautenschlager-id commented
Added on v0.3