From 42a4eef763358a522cd103b1232216f22f36b92a Mon Sep 17 00:00:00 2001 From: Ryan Miller Date: Mon, 5 Jan 2026 13:31:21 +1100 Subject: [PATCH 1/2] chore: update signer publisher name to the STF --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 745440b83..41b781044 100644 --- a/package.json +++ b/package.json @@ -252,7 +252,7 @@ "win": { "asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries", "signtoolOptions": { - "publisherName": "Oxen Labs" + "publisherName": "Session Technology Stiftung" }, "verifyUpdateCodeSignature": false, "icon": "build/icon.ico", From d1a7df4feca7fbe45fdb03b7f49722a7fbed1b84 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 5 Jan 2026 13:43:51 +1100 Subject: [PATCH 2/2] fix: lint source --- ts/components/conversation/composition/CompositionBox.tsx | 2 +- ts/session/utils/job_runners/JobRunner.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/components/conversation/composition/CompositionBox.tsx b/ts/components/conversation/composition/CompositionBox.tsx index ca0c1dd6b..e72b15049 100644 --- a/ts/components/conversation/composition/CompositionBox.tsx +++ b/ts/components/conversation/composition/CompositionBox.tsx @@ -6,7 +6,7 @@ import styled from 'styled-components'; import { AbortController } from 'abort-controller'; import autoBind from 'auto-bind'; -import { Component, createRef, RefObject, KeyboardEvent, type JSX } from 'react'; +import { Component, createRef, RefObject, KeyboardEvent } from 'react'; import { FrequentlyUsed } from 'emoji-mart'; import * as MIME from '../../../types/MIME'; import { SessionEmojiPanel, StyledEmojiPanel } from '../SessionEmojiPanel'; diff --git a/ts/session/utils/job_runners/JobRunner.ts b/ts/session/utils/job_runners/JobRunner.ts index a10804e56..500babf2f 100644 --- a/ts/session/utils/job_runners/JobRunner.ts +++ b/ts/session/utils/job_runners/JobRunner.ts @@ -335,7 +335,7 @@ export class PersistedJobRunner { window.log.info( `${jobToLogId(this.jobRunnerType, nextJob)}:${ nextJob.persistedData.currentRetry - } permament failure for job` + } permanent failure for job` ); } else { window.log.info(