add todos

This commit is contained in:
Samuel Newman
2026-02-09 18:46:52 +00:00
parent 0db02f87e0
commit 320c6425f4
@@ -100,10 +100,13 @@ function GermSelfButton({did}: {did: string}) {
...res.value,
messageMe: {
...res.value.messageMe,
showButtonTo: 'none',
// TODO: update types
// showButtonTo: 'none',
},
},
)
// TODO: await appview and revalidate profile
},
onSuccess: () => {
Toast.show(_(msg`Germ DM link removed`))