Skip to content

Commit

Permalink
fix: Fix content body inserted images permissions - EXO-74263_EXO-742…
Browse files Browse the repository at this point in the history
…65_EXO-74266 - Meeds-io/MIPs#129
  • Loading branch information
azayati committed Sep 25, 2024
1 parent 327718d commit 34efcba
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 169 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ public class NewsRest {

private ScheduledExecutorService scheduledExecutor;

private static final int CACHE_DURATION_SECONDS = 31536000;

private enum FilterType {
PINNED, MYPOSTED, DRAFTS, SCHEDULED, ALL
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,11 @@ News createDraftArticleForNewPage(News draftArticle,
* @param updater
* @param page
* @param creationDate
* @param space
* @return the created news draft for an existing news article
* @throws Exception when error occurs
*/
News createDraftForExistingPage(News news, String updater, Page page, long creationDate) throws Exception;
News createDraftForExistingPage(News news, String updater, Page page, long creationDate, Space space) throws Exception;

/**
* @param news {@link News} news article to be deleted
Expand Down
Loading

0 comments on commit 34efcba

Please sign in to comment.