mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
fix for regression of unsealed images not posting
This commit is contained in:
parent
81ededf1bb
commit
c56ee089c4
@ -256,7 +256,7 @@ export function useChannelContext() {
|
||||
const topicId = await addChannelTopic(access.current, channelId, null, null, null);
|
||||
upload.actions.addTopic(access.current, channelId, topicId, files, async (assets) => {
|
||||
message.assets = assets;
|
||||
await setChannelTopicSubject(access.current, channelId, topicId, message);
|
||||
await setChannelTopicSubject(access.current, channelId, topicId, 'superbasictopic', message);
|
||||
}, async () => {
|
||||
try {
|
||||
await removeChannelTopic(access.current, channelId, topicId);
|
||||
|
Loading…
Reference in New Issue
Block a user