fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-01-01 01:33 pm

[dw-free] Autoformatting shows in Inbox when it shouldn't

[commit: http://hg.dwscoalition.org/dw-free/rev/07866d550178]

http://bugs.dwscoalition.org/show_bug.cgi?id=3022

Pass in the autoformatting option.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/LJ/Event/JournalNewEntry.pm
--------------------------------------------------------------------------------
diff -r 8b1831bf5414 -r 07866d550178 cgi-bin/LJ/Event/JournalNewEntry.pm
--- a/cgi-bin/LJ/Event/JournalNewEntry.pm	Sat Jan 01 21:22:11 2011 +0800
+++ b/cgi-bin/LJ/Event/JournalNewEntry.pm	Sat Jan 01 21:33:49 2011 +0800
@@ -86,6 +86,7 @@ sub content {
                 ljcut_disable => ! $target->cut_inbox,
                 cuturl => $entry->url,
                 sandbox => 1,
+                preformatted => $entry->prop( "opt_preformatted" ),
              } )
 
             . $self->as_html_tags( $target )
--------------------------------------------------------------------------------