]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/search.tsx
Mark post as read when clicking "Expand here" on the preview image on the post listin...
[lemmy-ui.git] / src / shared / components / search.tsx
index 3248db1093000156d4cd50256a10bc56f1e0607f..0fd90825281e3f81f7467cf0246c2cd6300371bc 100644 (file)
@@ -706,6 +706,7 @@ export class Search extends Component<any, SearchState> {
                   onAddModToCommunity={() => {}}
                   onAddAdmin={() => {}}
                   onTransferCommunity={() => {}}
+                  onMarkPostAsRead={() => {}}
                 />
               )}
               {i.type_ === "comments" && (
@@ -856,6 +857,7 @@ export class Search extends Component<any, SearchState> {
                 onAddModToCommunity={() => {}}
                 onAddAdmin={() => {}}
                 onTransferCommunity={() => {}}
+                onMarkPostAsRead={() => {}}
               />
             </div>
           </div>