1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 20:20:34 +02:00
Files
php-flarum/src/Core/Models
Toby Zerner 56ef42f931 Add concept of "mergeable" activity posts
For example: when you rename a discussion, DiscussionRenamedPost is
created. If you rename it again immediately afterwards, then a new
DiscussionRenamedPost can be merged into the old one. This will either
result in the old one being updated with the new title, or it being
deleted all together if it was renamed back to the old title.
2015-05-04 12:19:25 +09:30
..
2015-03-17 17:06:12 +10:30
2015-03-24 15:06:57 +10:30
2015-03-28 15:43:58 +10:30
2015-04-25 22:34:26 +09:30