Mercurial > prosody-hg
comparison plugins/mod_storage_memory.lua @ 14197:3b26b8772fb1
Merge 13.0->trunk
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 26 May 2026 12:31:32 +0100 |
| parents | 159047a453f2 |
| children |
comparison
equal
deleted
inserted
replaced
| 14192:e58de351880f | 14197:3b26b8772fb1 |
|---|---|
| 204 end | 204 end |
| 205 if new_when then | 205 if new_when then |
| 206 item.when = new_when; | 206 item.when = new_when; |
| 207 end | 207 end |
| 208 if new_with then | 208 if new_with then |
| 209 item.with = new_when; | 209 item.with = new_with; |
| 210 end | 210 end |
| 211 return true; | 211 return true; |
| 212 end | 212 end |
| 213 | 213 |
| 214 function archive_store:summary(username, query) | 214 function archive_store:summary(username, query) |
