]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Message.php
PostgreSQL - added the rest of the recently added tables for blocking, notice inboxes...
[quix0rs-gnu-social.git] / classes / Message.php
index 8674f7f80c636784c981972f3312fdeebb577453..ef4bd03161cf2978c866acd4ed45f4af8043fb4c 100644 (file)
@@ -41,7 +41,7 @@ class Message extends Memcached_DataObject
                
                $msg->from_profile = $from;
                $msg->to_profile = $to;
-               $msg->content = $content;
+               $msg->content = common_shorten_links($content);
                $msg->rendered = common_render_text($content);
                $msg->created = common_sql_now();
                $msg->source = $source;