nvm fuck misskey
This commit is contained in:
parent
47afdbadd9
commit
7c311cdde7
3 changed files with 3 additions and 3 deletions
|
@ -408,7 +408,7 @@ export default function Home() {
|
||||||
<input name="instance" placeholder="Domain (e.g. "social.besties.house" or "woem.men")" type="text" />
|
<input name="instance" placeholder="Domain (e.g. "social.besties.house" or "woem.men")" type="text" />
|
||||||
<input type="submit" />
|
<input type="submit" />
|
||||||
</form>
|
</form>
|
||||||
<p><small>Tested on Discord, GitHub, Mastodon, GoToSocial, Pleroma, and Misskey</small></p>
|
<p><small>Tested on Discord, GitHub, Mastodon, GoToSocial, and Akkoma</small></p>
|
||||||
</>);
|
</>);
|
||||||
}, [affectedByUpdate, messages]);
|
}, [affectedByUpdate, messages]);
|
||||||
|
|
||||||
|
|
|
@ -104,7 +104,7 @@ export default async function Home({
|
||||||
<input name="instance" placeholder="Domain (e.g. "social.besties.house" or "woem.men")" type="text" />
|
<input name="instance" placeholder="Domain (e.g. "social.besties.house" or "woem.men")" type="text" />
|
||||||
<input type="submit" />
|
<input type="submit" />
|
||||||
</form>
|
</form>
|
||||||
<p><small>Tested on Discord, GitHub, Mastodon, GoToSocial, Pleroma, and Misskey</small></p>
|
<p><small>Tested on Discord, GitHub, Mastodon, GoToSocial, and Akkoma</small></p>
|
||||||
</ConditionalNull>
|
</ConditionalNull>
|
||||||
<ConditionalNull condition={existingUser != null}>
|
<ConditionalNull condition={existingUser != null}>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -69,7 +69,7 @@ export default async function Home({
|
||||||
<input name="instance" placeholder="Domain (e.g. "social.besties.house" or "woem.men")" type="text" />
|
<input name="instance" placeholder="Domain (e.g. "social.besties.house" or "woem.men")" type="text" />
|
||||||
<input type="submit" />
|
<input type="submit" />
|
||||||
</form>
|
</form>
|
||||||
<p><small>Tested on Discord, GitHub, Mastodon, GoToSocial, Pleroma, and Misskey</small></p>
|
<p><small>Tested on Discord, GitHub, Mastodon, GoToSocial, and Akkoma</small></p>
|
||||||
</ConditionalNull>
|
</ConditionalNull>
|
||||||
<ConditionalNull condition={existingUser != null}>
|
<ConditionalNull condition={existingUser != null}>
|
||||||
<p>Logged in as <a href={`/jams/user/${existingUser?.id}`}>{existingUser?.username}@{existingUser?.instance}</a> (<a href="/jams/oauth/logout">Logout</a>)</p>
|
<p>Logged in as <a href={`/jams/user/${existingUser?.id}`}>{existingUser?.username}@{existingUser?.instance}</a> (<a href="/jams/oauth/logout">Logout</a>)</p>
|
||||||
|
|
Loading…
Reference in a new issue