fixing asset thumb url

This commit is contained in:
balzack 2023-03-03 18:20:23 -08:00
parent e57fb1b91d
commit 5b75181840

View File

@ -192,7 +192,7 @@ export function useChannelContext() {
}, },
getTopicAssetUrl: (channelId, topicId, assetId) => { getTopicAssetUrl: (channelId, topicId, assetId) => {
const { server, token } = access.current; const { server, token } = access.current;
getChannelTopicAssetUrl(server, token, channelId, topicId, assetId); return getChannelTopicAssetUrl(server, token, channelId, topicId, assetId);
}, },
getTopics: async (channelId, revision, count, begin, end) => { getTopics: async (channelId, revision, count, begin, end) => {
const { server, token } = access.current; const { server, token } = access.current;