diff options
author | Mario <mario@mariovavti.com> | 2025-02-26 12:57:38 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-02-26 12:57:38 +0000 |
commit | cfcac590c3a5d183db3a496fa2e9be344b599705 (patch) | |
tree | 69eab2301b7e8d827e478486711c7bc257be9f2c /include | |
parent | 872415bffe7855fcb148cb4c42fb513261cbe920 (diff) | |
download | volse-hubzilla-cfcac590c3a5d183db3a496fa2e9be344b599705.tar.gz volse-hubzilla-cfcac590c3a5d183db3a496fa2e9be344b599705.tar.bz2 volse-hubzilla-cfcac590c3a5d183db3a496fa2e9be344b599705.zip |
refine text
Diffstat (limited to 'include')
-rw-r--r-- | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 8f1b780bc..491546496 100644 --- a/include/items.php +++ b/include/items.php @@ -3328,7 +3328,7 @@ function start_delivery_chain($channel, $item, $item_id, $parent, $group = false } else { // To prevent duplicates from possible clones of the forum/group, - // will create a v5 UUID of the source item mid. + // we will create a v5 UUID of the source item mid. // Add some extra entropy to prevent duplicate UUIDs with items where we already // created an UUID from the mid (activities which do not provide an UUID field). $arr['uuid'] = uuid_from_url($item['mid'] . '#group_item'); |