Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ts/components/conversation/composition/CompositionBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion ts/session/utils/job_runners/JobRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export class PersistedJobRunner<T extends TypeOfPersistedData> {
window.log.info(
`${jobToLogId(this.jobRunnerType, nextJob)}:${
nextJob.persistedData.currentRetry
} permament failure for job`
} permanent failure for job`
);
} else {
window.log.info(
Expand Down
Loading