Skip to content

Commit ed47a91

Browse files
committed
channel [nfc]: Rename file from "stream" to "channel"
Fixes parts of #631
1 parent 157c685 commit ed47a91

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.

lib/model/internal_link.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import 'package:json_annotation/json_annotation.dart';
44
import '../api/model/narrow.dart';
55
import 'narrow.dart';
66
import 'store.dart';
7-
import 'stream.dart';
7+
import 'channel.dart';
88

99
part 'internal_link.g.dart';
1010

lib/model/store.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import 'database.dart';
2323
import 'message.dart';
2424
import 'message_list.dart';
2525
import 'recent_dm_conversations.dart';
26-
import 'stream.dart';
26+
import 'channel.dart';
2727
import 'typing_status.dart';
2828
import 'unreads.dart';
2929

lib/model/unreads.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import '../api/model/events.dart';
99
import '../log.dart';
1010
import 'algorithms.dart';
1111
import 'narrow.dart';
12-
import 'stream.dart';
12+
import 'channel.dart';
1313

1414
/// The view-model for unread messages.
1515
///

test/model/stream_test.dart renamed to test/model/channel_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'package:zulip/api/model/events.dart';
55
import 'package:zulip/api/model/initial_snapshot.dart';
66
import 'package:zulip/api/model/model.dart';
77
import 'package:zulip/model/store.dart';
8-
import 'package:zulip/model/stream.dart';
8+
import 'package:zulip/model/channel.dart';
99

1010
import '../example_data.dart' as eg;
1111
import 'test_store.dart';

0 commit comments

Comments
 (0)