Skip to content

Update rocket-chat extension#9456

Merged
pernielsentikaer merged 1 commit intoraycast:mainfrom
alex-w0:ext/rocket-chat
Nov 29, 2023
Merged

Update rocket-chat extension#9456
pernielsentikaer merged 1 commit intoraycast:mainfrom
alex-w0:ext/rocket-chat

Conversation

@alex-w0
Copy link
Contributor

@alex-w0 alex-w0 commented Nov 29, 2023

Description

Fix error if status is not defined

TypeError: Cannot read properties of undefined (reading 'status')

Fs:directMessageSection.tsx:5:54

---
2: import { DirectMessage } from "../models/user";
3: import { getConfig } from "../config";
4: 
5: export function DirectMessageSection({ directMessages }: { directMessages: DirectMessage[] }) {
6:   const config = getConfig();
7: 
8:   return (
---

Mr:index.js:11:6635
    at ray-list
dt:index.js:20:23791

Screencast

Checklist

@raycastbot raycastbot added extension fix / improvement Label for PRs with extension's fix improvements extension: rocket-chat Issues related to the rocket-chat extension OP is author The OP of the PR is the author of the extension labels Nov 29, 2023
Copy link
Collaborator

@pernielsentikaer pernielsentikaer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi 👋

Looks good to me, approved 🔥

@pernielsentikaer pernielsentikaer merged commit 2483eac into raycast:main Nov 29, 2023
@raycastbot
Copy link
Collaborator

Published to the Raycast Store:
https://raycast.com/alex-w0/rocket-chat

@raycastbot
Copy link
Collaborator

🎉 🎉 🎉

We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

extension fix / improvement Label for PRs with extension's fix improvements extension: rocket-chat Issues related to the rocket-chat extension OP is author The OP of the PR is the author of the extension

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants