]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Adding crc32 to uniqueify conversation URIs
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 27 Nov 2014 16:05:01 +0000 (17:05 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 27 Nov 2014 16:05:01 +0000 (17:05 +0100)
commit9f09b136b82911cb0c940bca1c0a6bb4e9665be8
treed417340b4499b748613e42cbd310f98f40993f72
parent72d1c3c73e47bb72e9e69e125ddd222abbee3296
Adding crc32 to uniqueify conversation URIs

This really should be a UUID or something else totally unexpected
but I figure that crc32 is good enough for now. The reason we keep
the main structure is because some third party scripts have begun
relying upon the tag URI format to parse out domain name, type etc.
classes/Conversation.php