Skip to content

Commit

Permalink
problem: nostr communities are kind of dead
Browse files Browse the repository at this point in the history
  • Loading branch information
gsovereignty committed Feb 15, 2024
1 parent 3965028 commit a663ba0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/components/views/Landing.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@
<br />
<p class="center">
You may also want to look at <a
href="https://github.com/nostrocket/">the code</a
>, join the <a href="https://satellite.earth/n/nostrocket" target="_blank" rel="noopener noreferrer">/n/nostrocket community</a>, <a href="https://t.me/nostrocket" target="_blank" rel="noopener noreferrer">the telegram group</a>,
href="https://github.com/nostrocket/oxygen">the code</a
>, <a href="https://t.me/nostrocket" target="_blank" rel="noopener noreferrer">the telegram group</a>,
or read <a href="https://github.com/nostrocket/NIPS" target="_blank" rel="noopener noreferrer">the NIPs</a> to
understand exactly how Nostrocket reads and publishes state as nostr
events.
Expand Down
4 changes: 1 addition & 3 deletions src/lib/stores/nostrocket_state/master_state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ import {
ignitionPubkey,
localRelays,
nostrocketIgnitionEvent,
rootProblem,
simulateEvents,
simulateEvents
} from "../../../settings";
import { _extraEventsBecauseNDKBug, _rootEvents, ndk_profiles } from "../event_sources/relays/ndk";
import { currentUser } from "../hot_resources/current-user";
Expand All @@ -24,7 +23,6 @@ import { ConsensusMode } from "./hard_state/types";
import { HandleFAQEvent } from "./soft_state/faq";
import { HandleIdentityEvent } from "./soft_state/identity";
import { HandleProblemEvent } from "./soft_state/problems";
import { allNostrocketEventKinds } from "../event_sources/kinds";

export let IdentityOrder = new Map<string, number | undefined>();
export let finalorder = new Array<string>();
Expand Down
9 changes: 2 additions & 7 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,9 @@
<img src="/img/logo.svg" width="100px" height="auto;" />
<code style="cursor: pointer;font-size:12pt;margin-left:10px;color:white;" on:click={()=>{goto("https://sovereignengineering.io/")}}>SEC-01</code>
</div>

<a
href="https://satellite.earth/n/nostrocket"
target="_blank"
rel="noopener noreferrer">/n/nostrocket</a
>
|
<a
href="https://github.com/nostrocket"
href="https://github.com/nostrocket/oxygen"
target="_blank"
rel="noopener noreferrer">GitHub</a
>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/jobs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import { Tile } from "carbon-components-svelte";
</script>
<h2>We are hiring!</h2>
<Tile><p>Currently hiring: svelte developer.</p><p>Contact gsovereignty on nostr.</p></Tile>
<h2>WE ARE HIRING!</h2>
<Tile><p>SVELTE DEVELOPER</p><p>Contact gsovereignty on nostr.</p></Tile>

0 comments on commit a663ba0

Please sign in to comment.