test #333

Merged
klaus merged 8 commits from test into main 2025-07-21 09:54:57 +00:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit 7c1082f833 - Show all commits

View File

@ -24,7 +24,6 @@ import kr.co.vividnext.sodalive.member.block.BlockMemberRepository
import kr.co.vividnext.sodalive.utils.generateFileName
import kr.co.vividnext.sodalive.utils.validateImage
import org.springframework.beans.factory.annotation.Value
import org.springframework.cache.annotation.Cacheable
import org.springframework.context.ApplicationEventPublisher
import org.springframework.data.repository.findByIdOrNull
import org.springframework.stereotype.Service
@ -443,10 +442,6 @@ class CreatorCommunityService(
}
@Transactional(readOnly = true)
@Cacheable(
cacheNames = ["cache_ttl_5_minutes"],
key = "'getLatestPostListFromCreatorsYouFollow:' + #memberId + ':' + #isAdult + ':' + #timezone"
)
fun getLatestPostListFromCreatorsYouFollow(
timezone: String,
memberId: Long,